netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] Markup some printk like functions
@ 2020-10-28  0:38 Andrew Lunn
  2020-10-28  0:38 ` [PATCH net-next 1/2] net: dccp: Add __printf() markup to fix -Wsuggest-attribute=format Andrew Lunn
  2020-10-28  0:38 ` [PATCH net-next 2/2] net: tipc: " Andrew Lunn
  0 siblings, 2 replies; 4+ messages in thread
From: Andrew Lunn @ 2020-10-28  0:38 UTC (permalink / raw)
  To: Jakub Kicinski; +Cc: netdev, Gerrit Renker, Jon Maloy, Ying Xue, Andrew Lunn

W=1 warns of functions which look like printk but don't have
attributes so the compile can check that arguments matches the format
string.

Andrew Lunn (2):
  net: dccp: Add __printf() markup to fix -Wsuggest-attribute=format
  net: tipc: Add __printf() markup to fix -Wsuggest-attribute=format

 net/dccp/ccid.c           | 2 +-
 net/tipc/netlink_compat.c | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

-- 
2.28.0


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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-28  0:38 [PATCH net-next 0/2] Markup some printk like functions Andrew Lunn
2020-10-28  0:38 ` [PATCH net-next 1/2] net: dccp: Add __printf() markup to fix -Wsuggest-attribute=format Andrew Lunn
2020-10-28  0:38 ` [PATCH net-next 2/2] net: tipc: " Andrew Lunn
     [not found]   ` <202010291009.4MeXI3UF-lkp@intel.com>
2020-10-29 12:40     ` Andrew Lunn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).