Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88112
b: refs/heads/master
c: ad16df8
h: refs/heads/master
v: v3
  • Loading branch information
Sven Schnelle authored and Linus Torvalds committed Apr 3, 2008
1 parent 057758b commit d8c308d
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: 4cd13504652d28e16bf186c6bb2bbb3725369383
refs/heads/master: ad16df848d7f84a1b7cea92edd515815ea4ccf0f
2 changes: 1 addition & 1 deletion trunk/fs/afs/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ extern int afs_fsync(struct file *, struct dentry *, int);
extern unsigned afs_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 d8c308d

Please sign in to comment.