Commit 88a1fc21 authored by Thorsten Blum's avatar Thorsten Blum Committed by Julia Lawall
Browse files

Coccinelle: pm_runtime: Fix grammar in comment



s/does not use unnecessary/do not unnecessarily use/

Signed-off-by: default avatarThorsten Blum <thorsten.blum@toblux.com>
Signed-off-by: default avatarJulia Lawall <Julia.Lawall@inria.fr>
parent e4655196
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
// 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