projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a617a8
)
scripts/coccinelle: fix typos
author
Julia Lawall
<Julia.Lawall@lip6.fr>
Sat, 17 Oct 2015 09:35:46 +0000
(11:35 +0200)
committer
Michal Marek
<mmarek@suse.cz>
Mon, 26 Oct 2015 21:26:23 +0000
(22:26 +0100)
Fix a couple spelling mistakes.
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/coccinelle/null/deref_null.cocci
patch
|
blob
|
blame
|
history
diff --git
a/scripts/coccinelle/null/deref_null.cocci
b/scripts/coccinelle/null/deref_null.cocci
index cdac6cfcce92cc8ab25304806fbff81991b51dad..f192d6035d023b0be83e88c4acb691546722a015 100644
(file)
--- a/
scripts/coccinelle/null/deref_null.cocci
+++ b/
scripts/coccinelle/null/deref_null.cocci
@@
-1,6
+1,6
@@
///
-/// A variable is dereference under a NULL test.
-/// Even though it is know to be NULL.
+/// A variable is dereference
d
under a NULL test.
+/// Even though it is know
n
to be NULL.
///
// Confidence: Moderate
// Copyright: (C) 2010 Nicolas Palix, DIKU. GPLv2.