final simple step: check before commit to repo

来源:互联网 发布:js object 迭代 编辑:程序博客网 时间:2024/05/23 13:07

1. generate driver patch

    a.  diff -ruNp  /dev/null toutch.c > touch.patch

    b.   if using git, git diff [--cached] > touch.patch will be used


2.  check your patch with scripts/chechpatch.pl, which is located in linux kernel directory

原创粉丝点击