warn.cocci (e5451c8f8330e03ad3cfa16048b4daf961af434f) warn.cocci (7f904d7e1f3ec7c2de47c024a5a5c30988b54703)
1// SPDX-License-Identifier: GPL-2.0-only
1/// Use WARN(1,...) rather than printk followed by WARN_ON(1)
2///
3// Confidence: High
2/// Use WARN(1,...) rather than printk followed by WARN_ON(1)
3///
4// Confidence: High
4// Copyright: (C) 2012 Julia Lawall, INRIA/LIP6. GPLv2.
5// Copyright: (C) 2012 Gilles Muller, INRIA/LiP6. GPLv2.
5// Copyright: (C) 2012 Julia Lawall, INRIA/LIP6.
6// Copyright: (C) 2012 Gilles Muller, INRIA/LiP6.
6// URL: http://coccinelle.lip6.fr/
7// Comments:
8// Options: --no-includes --include-headers
9
10virtual patch
11virtual context
12virtual org
13virtual report

--- 96 unchanged lines hidden ---
7// URL: http://coccinelle.lip6.fr/
8// Comments:
9// Options: --no-includes --include-headers
10
11virtual patch
12virtual context
13virtual org
14virtual report

--- 96 unchanged lines hidden ---