iounmap.cocci (8dd06ef34b6e2f41b29fbf5fc1663780f2524285) | iounmap.cocci (f01701cec8cbb94df209e9705b97abd01c151ba1) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only 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 9// Copyright: (C) 2012 Julia Lawall, INRIA/LIP6. 10// Copyright: (C) 2012 Gilles Muller, INRIA/LiP6. | 1// SPDX-License-Identifier: GPL-2.0-only 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 9// Copyright: (C) 2012 Julia Lawall, INRIA/LIP6. 10// Copyright: (C) 2012 Gilles Muller, INRIA/LiP6. |
11// URL: http://coccinelle.lip6.fr/ | 11// URL: https://coccinelle.gitlabpages.inria.fr/website |
12// Comments: 13// Options: 14 15virtual context 16virtual org 17virtual report 18 19@iom@ --- 49 unchanged lines hidden --- | 12// Comments: 13// Options: 14 15virtual context 16virtual org 17virtual report 18 19@iom@ --- 49 unchanged lines hidden --- |