Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143625
b: refs/heads/master
c: 7607b1d
h: refs/heads/master
i:
  143623: 8a75271
v: v3
  • Loading branch information
Jason Baron authored and Greg Kroah-Hartman committed Apr 16, 2009
1 parent 8b8f595 commit 1816ff2
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: 014c90dbb9b63bae067afc80a7931a76c5268ae3
refs/heads/master: 7607b1d673469d5b5dce4c9b6779d165e03c8ff5
2 changes: 1 addition & 1 deletion trunk/include/linux/dynamic_debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ extern int ddebug_remove_module(char *mod_name);
DEBUG_HASH2, __LINE__, _DPRINTK_FLAGS_DEFAULT }; \
if (__dynamic_dbg_enabled(descriptor)) \
dev_printk(KERN_DEBUG, dev, \
KBUILD_MODNAME ": " pr_fmt(fmt),\
KBUILD_MODNAME ": " fmt, \
##__VA_ARGS__); \
} while (0)

Expand Down

0 comments on commit 1816ff2

Please sign in to comment.