Nov. 17, 2015
8:13 a.m.
On Tue, Nov 17, 2015 at 7:10 AM, 윤영석 <earwigz@naver.com> wrote:
hi, i want to use a script in kernel, but i can't use this. in my terminal. yoon@pc:~/project/aosp/kernel/linux/scripts$ ./checkpatch.pl sortextable.c Must be run from the top-level dir. of a kernel tree
Hi, You can try ./checkpatch.pl -f --no-tree <file.c> thanks, Daniel.