projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e465519
)
Coccinelle: pm_runtime: Fix grammar in comment
author
Thorsten Blum
<thorsten.blum@toblux.com>
Sat, 11 May 2024 21:31:19 +0000
(23:31 +0200)
committer
Julia Lawall
<Julia.Lawall@inria.fr>
Mon, 20 May 2024 19:31:33 +0000
(21:31 +0200)
s/does not use unnecessary/do not unnecessarily use/
Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
scripts/coccinelle/api/pm_runtime.cocci
patch
|
blob
|
history
diff --git
a/scripts/coccinelle/api/pm_runtime.cocci
b/scripts/coccinelle/api/pm_runtime.cocci
index 4b977887445354b09e7ffe60bb9a9a92f189e019..2c931e748ddaabe3ddd05e266e254ab8d23642bb 100644
(file)
--- a/
scripts/coccinelle/api/pm_runtime.cocci
+++ b/
scripts/coccinelle/api/pm_runtime.cocci
@@
-1,5
+1,5
@@
// SPDX-License-Identifier: GPL-2.0-only
-/// Make sure pm_runtime_* calls do
es not use unnecessary
IS_ERR_VALUE
+/// Make sure pm_runtime_* calls do
not unnecessarily use
IS_ERR_VALUE
///
// Keywords: pm_runtime
// Confidence: Medium