[PATCH v2 0/2] checkpatch fixes

2015-06-21 Thread Peter Karlsson
This patch set includes 2 patches fixing checkpatch warnings about lines over 80 characters. Changes since v1: * Split table lines on 8 bytes instead of 7. * Better commit message. Peter Karlsson (2): staging: ft1000-usb: fixed table alignment staging: ft1000-usb: shorten lines to under 80 c

[PATCH v2 0/2] checkpatch: fixes for vendor compatible check

2014-02-28 Thread Florian Vaussard
Hi, Since v1 [1]: - Add check for vendors with '-', as suggested by Joe Perches Regards, Florian [1] http://thread.gmane.org/gmane.linux.drivers.devicetree/63770 Florian Vaussard (2): checkpatch: check vendor compatible with dashes checkpatch: fix spurious vendor compatible warnings scri