hi, i want to use a script in kernel
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.
Hi Naver, The prompt has told you to run it on top-level of directory. Execute "./scripts/checkpatch.pl sortextable.c" Best Regards Nan Xiao On Tue, Nov 17, 2015 at 1:01 PM, Naver <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
Please let me know how to use this script. Thanks.
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
checkpatch.pl is script to check your patch, not C file I think. 2015-11-17 13:01 GMT+08:00 Naver <earwigz@naver.com>:
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.
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-- My best regards to you. No System Is Safe! mudongliang
One can use checkptach -f <filename> to run the script on source files. For more details, check ./scripts/checkpatch.pl --help On Tue, Nov 17, 2015 at 10:46 AM, 慕冬亮 <mudongliangabcd@gmail.com> wrote:
checkpatch.pl is script to check your patch, not C file I think.
2015-11-17 13:01 GMT+08:00 Naver <earwigz@naver.com>:
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.
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-- My best regards to you.
No System Is Safe! mudongliang
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
Try something like this, scripts/checkpatch.pl --file --no-tree yourfile.c -madushan On Tue, Nov 17, 2015 at 10:57 AM, Chinmay V S <cvs268@gmail.com> wrote:
One can use checkptach -f <filename> to run the script on source files.
For more details, check ./scripts/checkpatch.pl --help
On Tue, Nov 17, 2015 at 10:46 AM, 慕冬亮 <mudongliangabcd@gmail.com> wrote:
checkpatch.pl is script to check your patch, not C file I think.
2015-11-17 13:01 GMT+08:00 Naver <earwigz@naver.com>:
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.
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-- My best regards to you.
No System Is Safe! mudongliang
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-- *Faithfully,* *Madushan Nishantha,* *Student at Faculty of Engineering,* *University of Peradeniya,* *Sri Lanka.*
On Tue, 17 Nov 2015 14:01:19 +0900, Naver said:
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
$ cd ~/project/aosp/kernel/linux $ scripts/checkpatch.pl scripts/sortextable.c Though why you have a .c file in scripts/ is beyond me, it should probably be in some other directory.
On 11/17, Valdis.Kletnieks@vt.edu wrote:
On Tue, 17 Nov 2015 14:01:19 +0900, Naver said:
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
$ cd ~/project/aosp/kernel/linux $ scripts/checkpatch.pl scripts/sortextable.c
Though why you have a .c file in scripts/ is beyond me, it should probably be in some other directory.
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies You can use it something like this ./scripts/checkpatch.pl --file --terse /path/to/the/file.c
participants (7)
-
Bogicevic Sasa -
Chinmay V S -
Nan Xiao -
Naver -
NISHANTHA -
Valdis.Kletnieks@vt.edu -
慕冬亮