iounmap.cocci (e5451c8f8330e03ad3cfa16048b4daf961af434f) iounmap.cocci (7f904d7e1f3ec7c2de47c024a5a5c30988b54703)
1// SPDX-License-Identifier: GPL-2.0-only
1/// Find missing iounmaps.
2///
3//# This only signals a missing iounmap when there is an iounmap later
4//# in the same function.
5//# False positives can be due to loops.
6//
7// Confidence: Moderate
2/// Find missing iounmaps.
3///
4//# This only signals a missing iounmap when there is an iounmap later
5//# in the same function.
6//# False positives can be due to loops.
7//
8// Confidence: Moderate
8// Copyright: (C) 2012 Julia Lawall, INRIA/LIP6. GPLv2.
9// Copyright: (C) 2012 Gilles Muller, INRIA/LiP6. GPLv2.
9// Copyright: (C) 2012 Julia Lawall, INRIA/LIP6.
10// Copyright: (C) 2012 Gilles Muller, INRIA/LiP6.
10// URL: http://coccinelle.lip6.fr/
11// Comments:
12// Options:
13
14virtual context
15virtual org
16virtual report
17

--- 50 unchanged lines hidden ---
11// URL: http://coccinelle.lip6.fr/
12// Comments:
13// Options:
14
15virtual context
16virtual org
17virtual report
18

--- 50 unchanged lines hidden ---