We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f367de1 commit 523b199Copy full SHA for 523b199
kernel_patch_tutorial.odp
-3.24 KB
walkthrough
@@ -1,17 +1,18 @@
1
+HOWTO
2
-git stuff
3
+git
4
- git branch tutorial
5
- git checkout tutorial
6
- git status
7
-
8
-checkpatch stuff
+ clone linux-next
+ create your own branch off of the HEAD
+ work on that
9
+checkpatch
10
./scripts/checkpatch.pl (empty for help)
11
--terse
12
--file
13
14
pick a file
15
+ drivers/staging/
16
17
checkpatch comedi file
18
0 commit comments