summaryrefslogtreecommitdiff
path: root/include/sound
diff options
context:
space:
mode:
authorJulia Lawall <julia@diku.dk>2011-11-06 13:26:49 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2011-11-09 21:14:10 (GMT)
commit1bac92cac1d8417bf023571b1608b9793c4ecf86 (patch)
treefa44a537fbb990135ba13568490a0e0f1e59dce6 /include/sound
parent61e3f32c11c35e5a54d37d98505cb29db639cfdb (diff)
downloadlinux-fsl-qoriq-1bac92cac1d8417bf023571b1608b9793c4ecf86.tar.xz
net/rfkill/core.c: use kstrtoul, etc
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>
Diffstat (limited to 'include/sound')
0 files changed, 0 insertions, 0 deletions