Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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 c988d2b "modules: add version and srcversion to sysfs". Reported-by: David Binderman <[email protected]> Cc: Matt Domsch <[email protected]> Signed-off-by: Rusty Russell <[email protected]>
- Loading branch information