warn.cocci (75bf465f0bc33e9b776a46d6a1b9b990f5fb7c37) | warn.cocci (f01701cec8cbb94df209e9705b97abd01c151ba1) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only 2/// Use WARN(1,...) rather than printk followed by WARN_ON(1) 3/// 4// Confidence: High 5// Copyright: (C) 2012 Julia Lawall, INRIA/LIP6. 6// Copyright: (C) 2012 Gilles Muller, INRIA/LiP6. | 1// SPDX-License-Identifier: GPL-2.0-only 2/// Use WARN(1,...) rather than printk followed by WARN_ON(1) 3/// 4// Confidence: High 5// Copyright: (C) 2012 Julia Lawall, INRIA/LIP6. 6// Copyright: (C) 2012 Gilles Muller, INRIA/LiP6. |
7// URL: http://coccinelle.lip6.fr/ | 7// URL: https://coccinelle.gitlabpages.inria.fr/website |
8// Comments: 9// Options: --no-includes --include-headers 10 11virtual patch 12virtual context 13virtual org 14virtual report 15 --- 95 unchanged lines hidden --- | 8// Comments: 9// Options: --no-includes --include-headers 10 11virtual patch 12virtual context 13virtual org 14virtual report 15 --- 95 unchanged lines hidden --- |