Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88113
b: refs/heads/master
c: 9f389f4
h: refs/heads/master
i:
  88111: 057758b
v: v3
  • Loading branch information
Sven Schnelle authored and Linus Torvalds committed Apr 3, 2008
1 parent d8c308d commit 07a25e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ad16df848d7f84a1b7cea92edd515815ea4ccf0f
refs/heads/master: 9f389f4b2016e0aa35cd9cbb5afcd55d58e0c56a
2 changes: 1 addition & 1 deletion trunk/net/rxrpc/ar-internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ extern struct rxrpc_transport *rxrpc_find_transport(struct rxrpc_local *,
extern unsigned rxrpc_debug;

#define dbgprintk(FMT,...) \
printk("[%x%-6.6s] "FMT"\n", smp_processor_id(), current->comm ,##__VA_ARGS__)
printk("[%-6.6s] "FMT"\n", current->comm ,##__VA_ARGS__)

/* make sure we maintain the format strings, even when debugging is disabled */
static inline __attribute__((format(printf,1,2)))
Expand Down

0 comments on commit 07a25e3

Please sign in to comment.