Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278959
b: refs/heads/master
c: 52858b5
h: refs/heads/master
i:
  278957: b386799
  278955: 00c01cb
  278951: 85bc235
  278943: bc07f14
v: v3
  • Loading branch information
Samuel Ortiz authored and John W. Linville committed Dec 14, 2011
1 parent b38da39 commit 6297f8b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e4522ab1c469a65857ddd2d22d0d3f5606965aaa
refs/heads/master: 52858b51b2c779a8f9db32accf774b165522ad81
2 changes: 1 addition & 1 deletion trunk/net/nfc/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/

#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#define pr_fmt(fmt) KBUILD_MODNAME ": %s: " fmt, __func__

#include <linux/init.h>
#include <linux/kernel.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/nfc/nci/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
*/

#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#define pr_fmt(fmt) KBUILD_MODNAME ": %s: " fmt, __func__

#include <linux/types.h>
#include <linux/workqueue.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/nfc/nci/data.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*
*/

#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#define pr_fmt(fmt) KBUILD_MODNAME ": %s: " fmt, __func__

#include <linux/types.h>
#include <linux/interrupt.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/nfc/nci/ntf.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
*/

#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#define pr_fmt(fmt) KBUILD_MODNAME ": %s: " fmt, __func__

#include <linux/types.h>
#include <linux/interrupt.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/nfc/nci/rsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
*/

#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#define pr_fmt(fmt) KBUILD_MODNAME ": %s: " fmt, __func__

#include <linux/types.h>
#include <linux/interrupt.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/nfc/netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/

#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#define pr_fmt(fmt) KBUILD_MODNAME ": %s: " fmt, __func__

#include <net/genetlink.h>
#include <linux/nfc.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/nfc/rawsock.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/

#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#define pr_fmt(fmt) KBUILD_MODNAME ": %s: " fmt, __func__

#include <net/tcp_states.h>
#include <linux/nfc.h>
Expand Down

0 comments on commit 6297f8b

Please sign in to comment.