git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61e3f32
)
net/rfkill/core.c: use kstrtoul, etc
author
Julia Lawall
<julia@diku.dk>
Sun, 6 Nov 2011 13:26:49 +0000
(14:26 +0100)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 9 Nov 2011 21:14:10 +0000
(16:14 -0500)
Use kstrtoul, etc instead of the now deprecated strict_strtoul, etc.
A semantic patch rule for the kstrtoul case is as follows:
(http://coccinelle.lip6.fr/)
// <smpl>
@@
expression a,b;
{int,long} *c;
@@
-strict_strtoul
+kstrtoul
(a,b,c)
// </smpl>
Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/rfkill/core.c
patch
|
blob
|
history
diff --cc
net/rfkill/core.c
Simple merge