diff options
author | Thorsten Blum <thorsten.blum@toblux.com> | 2024-05-11 23:31:19 +0200 |
---|---|---|
committer | Julia Lawall <Julia.Lawall@inria.fr> | 2024-05-20 21:31:33 +0200 |
commit | 88a1fc21df74514bb3a3ae88b89cf1272c7c0c6e (patch) | |
tree | 3134096436a43dc4a9a722cbf8bb86c2dc870c5c /scripts/coccinelle | |
parent | e4655196e21fdfb3a3c60e930d48b97a9f3ec693 (diff) |
Coccinelle: pm_runtime: Fix grammar in comment
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>
Diffstat (limited to 'scripts/coccinelle')
-rw-r--r-- | scripts/coccinelle/api/pm_runtime.cocci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/coccinelle/api/pm_runtime.cocci b/scripts/coccinelle/api/pm_runtime.cocci index 4b9778874453..2c931e748dda 100644 --- 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 does not use unnecessary IS_ERR_VALUE +/// Make sure pm_runtime_* calls do not unnecessarily use IS_ERR_VALUE /// // Keywords: pm_runtime // Confidence: Medium |