mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 10:01:39 -05:00
Coccinelle: pm_runtime: Fix typo in report message
s/Unecessary/Unnecessary/ Reviewed-by: Julia Lawall <julia.lawall@inria.fr> Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
This commit is contained in:
committed by
Julia Lawall
parent
3766511de1
commit
52ad85fd33
@@ -109,5 +109,5 @@ p2 << r.p2;
|
|||||||
pm_runtime_api << r.pm_runtime_api;
|
pm_runtime_api << r.pm_runtime_api;
|
||||||
@@
|
@@
|
||||||
|
|
||||||
msg = "%s returns < 0 as error. Unecessary IS_ERR_VALUE at line %s" % (pm_runtime_api, p2[0].line)
|
msg = "%s returns < 0 as error. Unnecessary IS_ERR_VALUE at line %s" % (pm_runtime_api, p2[0].line)
|
||||||
coccilib.report.print_report(p1[0],msg)
|
coccilib.report.print_report(p1[0],msg)
|
||||||
|
|||||||
Reference in New Issue
Block a user