[PATCH v2] checkpatch: Fix false positive on empty block comment lines

2020-10-06 Thread Łukasz Stelmach
To avoid false positives in presence of SPDX-License-Identifier in networking files it is required to increase the leeway for empty block comment lines by one line. For example, checking drivers/net/loopback.c which starts with // SPDX-License-Identifier: GPL-2.0-or-later /* * INET

Re: [PATCH v2] checkpatch: Fix false positive on empty block comment lines

2020-10-06 Thread Joe Perches
On Tue, 2020-10-06 at 10:35 +0200, Łukasz Stelmach wrote: > To avoid false positives in presence of SPDX-License-Identifier in > networking files it is required to increase the leeway for empty block > comment lines by one line. > > For example, checking drivers/net/loopback.c which starts with >