All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net trigraph fixes for W=1
@ 2020-10-28  0:22 Andrew Lunn
  2020-10-28  0:22 ` [PATCH net-next 1/2] net: marvell: mvneta: Fix trigraph warning with W=1 Andrew Lunn
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Andrew Lunn @ 2020-10-28  0:22 UTC (permalink / raw)
  To: Jakub Kicinski; +Cc: netdev, Thomas Petazzoni, Ralf Baechle, Andrew Lunn

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-10-29 21:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-28  0:22 [PATCH net-next 0/2] net trigraph fixes for W=1 Andrew Lunn
2020-10-28  0:22 ` [PATCH net-next 1/2] net: marvell: mvneta: Fix trigraph warning with W=1 Andrew Lunn
2020-10-28  0:22 ` [PATCH net-next 2/2] net: rose: Escape trigraph to fix " Andrew Lunn
2020-10-29 14:19   ` David Laight
2020-10-29 14:31     ` Andrew Lunn
2020-10-29 14:52       ` David Laight
2020-10-29 15:13         ` Andrew Lunn
2020-10-29 15:29           ` Arnd Bergmann
2020-10-29 21:47 ` [PATCH net-next 0/2] net trigraph fixes for W=1 Jakub Kicinski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.