Skip to content

Commit 523b199

Browse files
committed
working updates
1 parent f367de1 commit 523b199

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

kernel_patch_tutorial.odp

-3.24 KB
Binary file not shown.

walkthrough

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1+
HOWTO
12

2-
git stuff
3+
git
34

4-
git branch tutorial
5-
git checkout tutorial
6-
git status
7-
8-
checkpatch stuff
5+
clone linux-next
6+
create your own branch off of the HEAD
7+
work on that
98

9+
checkpatch
1010
./scripts/checkpatch.pl (empty for help)
1111
--terse
1212
--file
1313

1414
pick a file
15+
drivers/staging/
1516

1617
checkpatch comedi file
1718

0 commit comments

Comments
 (0)