commit | 4c835b57b8de88aef8446867701034128a8a3522 | [log] [tgz] |
---|---|---|
author | Nicolas Iooss <nicolas.iooss_linux@m4x.org> | Wed Nov 18 19:07:15 2015 +0100 |
committer | Michal Marek <mmarek@suse.com> | Mon Dec 07 12:42:55 2015 +0100 |
tree | b7e2645508f688774ade74875db848beb9dedf79 | |
parent | de5315ce36463141b6d3743bec890e93443ebcb2 [diff] |
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>