diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2016-04-12 05:03:09 +0930 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2016-07-27 12:38:00 +0930 |
commit | c75b590d60ffa3e31bcb9608b68006a8bab9e0ed (patch) | |
tree | 7e67e27d736823cf0dfda9cd777ea1db569bf974 /samples | |
parent | bf262dcec6383188a3324192c4a7e405b3b1ad23 (diff) |
module: fix redundant test.
[linux-4.5-rc4/kernel/module.c:1692]: (style) Redundant condition: attr.test.
'!attr.test || (attr.test && attr.test(mod))' is equivalent to '!attr.test ||
attr.test(mod)'
This code was added like this ten years ago, in c988d2b284549
"modules: add version and srcversion to sysfs".
Reported-by: David Binderman <dcb314@hotmail.com>
Cc: Matt Domsch <Matt_Domsch@dell.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions