Coccinelle: pm_runtime: Fix grammar in comment
authorThorsten Blum <thorsten.blum@toblux.com>
Sat, 11 May 2024 21:31:19 +0000 (23:31 +0200)
committerJulia 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

index 4b977887445354b09e7ffe60bb9a9a92f189e019..2c931e748ddaabe3ddd05e266e254ab8d23642bb 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-only
-/// Make sure pm_runtime_* calls does not use unnecessary IS_ERR_VALUE
+/// Make sure pm_runtime_* calls do not unnecessarily use IS_ERR_VALUE
 ///
 // Keywords: pm_runtime
 // Confidence: Medium