.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /// PTR_ERR should access the value just tested by IS_ERR |
---|
2 | 3 | //# There can be false positives in the patch case, where it is the call to |
---|
3 | 4 | //# IS_ERR that is wrong. |
---|
4 | 5 | /// |
---|
5 | 6 | // Confidence: High |
---|
6 | | -// Copyright: (C) 2012, 2015 Julia Lawall, INRIA. GPLv2. |
---|
7 | | -// Copyright: (C) 2012, 2015 Gilles Muller, INRIA. GPLv2. |
---|
| 7 | +// Copyright: (C) 2012, 2015 Julia Lawall, INRIA. |
---|
| 8 | +// Copyright: (C) 2012, 2015 Gilles Muller, INRIA. |
---|
8 | 9 | // URL: http://coccinelle.lip6.fr/ |
---|
9 | 10 | // Options: --no-includes --include-headers |
---|
10 | 11 | |
---|