Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Thorsten Blum and committed by
Julia Lawall
52ad85fd 3766511d

+1 -1
+1 -1
scripts/coccinelle/api/pm_runtime.cocci
··· 109 109 pm_runtime_api << r.pm_runtime_api; 110 110 @@ 111 111 112 - msg = "%s returns < 0 as error. Unecessary IS_ERR_VALUE at line %s" % (pm_runtime_api, p2[0].line) 112 + msg = "%s returns < 0 as error. Unnecessary IS_ERR_VALUE at line %s" % (pm_runtime_api, p2[0].line) 113 113 coccilib.report.print_report(p1[0],msg)