semicolon.cocci (75bf465f0bc33e9b776a46d6a1b9b990f5fb7c37) | semicolon.cocci (f01701cec8cbb94df209e9705b97abd01c151ba1) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only 2/// 3/// Remove unneeded semicolon. 4/// 5// Confidence: Moderate 6// Copyright: (C) 2012 Peter Senna Tschudin, INRIA/LIP6. | 1// SPDX-License-Identifier: GPL-2.0-only 2/// 3/// Remove unneeded semicolon. 4/// 5// Confidence: Moderate 6// Copyright: (C) 2012 Peter Senna Tschudin, INRIA/LIP6. |
7// URL: http://coccinelle.lip6.fr/ | 7// URL: https://coccinelle.gitlabpages.inria.fr/website |
8// Comments: Some false positives on empty default cases in switch statements. 9// Options: --no-includes --include-headers 10 11virtual patch 12virtual report 13virtual context 14virtual org 15 --- 69 unchanged lines hidden --- | 8// Comments: Some false positives on empty default cases in switch statements. 9// Options: --no-includes --include-headers 10 11virtual patch 12virtual report 13virtual context 14virtual org 15 --- 69 unchanged lines hidden --- |