The kernel recently added new warnings, one of which triggers a known false positive on the etas_es58x module. In an effort to keep es58x_etas free of any W=1 and W=2 (excluding those produced by foreign headers), add a workaround to silence it. While at it, this series also fix a checkpatch warning which I knew existed for a long time but was too lazy to tackle. Vincent Mailhol (2): can: etas_es58x: silence -Wformat-truncation can: etas_es58x: add missing a blank line after declaration drivers/net/can/usb/etas_es58x/es58x_core.c | 1 + .../net/can/usb/etas_es58x/es58x_devlink.c | 38 +++++++++++++------ 2 files changed, 27 insertions(+), 12 deletions(-) -- 2.25.1