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>
This commit is contained in:
Thorsten Blum 2024-05-11 23:31:19 +02:00 committed by Julia Lawall
parent e4655196e2
commit 88a1fc21df

View 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