projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a7387c
)
e1000e: Fix debug printk macro
author
Auke Kok
<auke-jan.h.kok@intel.com>
Mon, 15 Oct 2007 21:02:13 +0000
(14:02 -0700)
committer
Jeff Garzik
<jeff@garzik.org>
Wed, 17 Oct 2007 01:10:27 +0000
(21:10 -0400)
Spotted by Joe Perches.
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/e1000e/hw.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/e1000e/hw.h
b/drivers/net/e1000e/hw.h
index aa82f1afb7fb7d8fc0dc9b36c24ffa1e1e21681a..64515789fd4d51fb82c9fa3268c7b19a70a58368 100644
(file)
--- a/
drivers/net/e1000e/hw.h
+++ b/
drivers/net/e1000e/hw.h
@@
-852,7
+852,7
@@
struct e1000_hw {
#ifdef DEBUG
#define hw_dbg(hw, format, arg...) \
- printk(KERN_DEBUG
, "%s: " format, e1000e_get_hw_dev_name(hw), ##arg);
+ printk(KERN_DEBUG
"%s: " format, e1000e_get_hw_dev_name(hw), ##arg)
#else
static inline int __attribute__ ((format (printf, 2, 3)))
hw_dbg(struct e1000_hw *hw, const char *format, ...)