Both the Marvell mvneta and rose driver accidentally make use of a trigraph. When compiling with W=1 an warning is issues because we have trigraphs disabled. So for mvneta, which is only a diagnostic print, remove the trigraph. For rose, since this is a sysfs file, escape the sequence to make it clear it is not supposed to be trigraph.
Andrew Lunn (2): net: marvell: mvneta: Fix trigraph warning with W=1 net: rose: Escape trigraph to fix warning with W=1 drivers/net/ethernet/marvell/mvneta.c | 2 +- net/rose/af_rose.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 2.28.0