[dpdk-dev] [PATCH] scripts: add standard input to checkpatch

2016-11-05 Thread Thomas Monjalon
2016-11-02 17:10, Thomas Monjalon: > It is now possible to check a patch by providing an email > through stdin. > It is especially useful to automate checkpatch run when > receiving an email. > > Signed-off-by: Thomas Monjalon Applied

[dpdk-dev] [PATCH] scripts: add standard input to checkpatch

2016-11-02 Thread Thomas Monjalon
It is now possible to check a patch by providing an email through stdin. It is especially useful to automate checkpatch run when receiving an email. Signed-off-by: Thomas Monjalon --- scripts/checkpatches.sh | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/scri