]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fixdep: constify strrcmp arguments
authorNicolas Iooss <nicolas.iooss_linux@m4x.org>
Wed, 18 Nov 2015 18:07:15 +0000 (19:07 +0100)
committerMichal Marek <mmarek@suse.com>
Mon, 7 Dec 2015 11:42:55 +0000 (12:42 +0100)
commit4c835b57b8de88aef8446867701034128a8a3522
treeb7e2645508f688774ade74875db848beb9dedf79
parentde5315ce36463141b6d3743bec890e93443ebcb2
fixdep: constify strrcmp arguments

strrcmp only performs read access to the memory addressed by its
arguments so make them const pointers.

Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org>
Signed-off-by: Michal Marek <mmarek@suse.com>
scripts/basic/fixdep.c