Skip to content

Commit 88a1fc2

Browse files
tobluxJuliaLawall
authored andcommitted
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>
1 parent e465519 commit 88a1fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/coccinelle/api/pm_runtime.cocci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0-only
2-
/// Make sure pm_runtime_* calls does not use unnecessary IS_ERR_VALUE
2+
/// Make sure pm_runtime_* calls do not unnecessarily use IS_ERR_VALUE
33
///
44
// Keywords: pm_runtime
55
// Confidence: Medium

0 commit comments

Comments
 (0)