spdxcheck.py: Fix a type error
authorDing Xiang <dingxiang@cmss.chinamobile.com>
Fri, 14 Jan 2022 02:40:58 +0000 (10:40 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Feb 2022 15:43:01 +0000 (16:43 +0100)
commit28c9f3f9a01d954d8357bdb68fbe36255997bf14
treeebb0c26e209799c4bee2f8a2972b20f7eeb4b9a0
parentbb6e8c28414335a551da5973d44cc537f7abe65a
spdxcheck.py: Fix a type error

remove unused variable "col", otherwise there will be a type error
as below:

typeerror: not all arguments converted during string formatting

Signed-off-by: Ding Xiang <dingxiang@cmss.chinamobile.com>
Link: https://lore.kernel.org/r/20220114024058.74536-1-dingxiang@cmss.chinamobile.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scripts/spdxcheck.py