mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:04:41 +01: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:
parent
3766511de1
commit
52ad85fd33
1 changed files with 1 additions and 1 deletions
|
|
@ -109,5 +109,5 @@ p2 << r.p2;
|
|||
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue