Commit dc41c4a9 authored by Baruch Siach's avatar Baruch Siach Committed by David S. Miller

net/packet: clarify source of pr_*() messages

Add pr_fmt macro to spell out the source of messages in prefix.

Before this patch:

  packet size is too long (1543 > 1518)

With this patch:

  af_packet: packet size is too long (1543 > 1518)
Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e3f0cc1a
...@@ -46,6 +46,8 @@ ...@@ -46,6 +46,8 @@
* Copyright (C) 2011, <lokec@ccs.neu.edu> * Copyright (C) 2011, <lokec@ccs.neu.edu>
*/ */
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/ethtool.h> #include <linux/ethtool.h>
#include <linux/types.h> #include <linux/types.h>
#include <linux/mm.h> #include <linux/mm.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment