i want to use the script in kernel script folder.
Nov. 17, 2015
5:10 a.m.
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 Please let me know how to use this script.Thanks.
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.
3925
Age (days ago)
3925
Last active (days ago)
1 comments
2 participants
participants (2)
-
Daniel Baluta -
윤영석