Thread (14 messages) flat view 14 messages, 7 authors, 2006-08-16

Re: [PATCH 4/6] ehea: header files

From: Anton Blanchard <hidden>
Date: 2006-08-11 21:44:54
Also in: linuxppc-dev, lkml

Hi,
 drivers/net/ehea/ehea.h    |  452 
+#define EHEA_DRIVER_NAME	"IBM eHEA"
You are using this for ethtool get_drvinfo. Im not sure if it should
match the module name, and I worry about having a space in the name. Any
ideas on what we should be doing here?
+#define NET_IP_ALIGN 0
Shouldnt override this in your driver.
+#define EDEB_P_GENERIC(level, idstring, format, args...) \
+#define EDEB_P_GENERIC(level,idstring,format,args...) \
+#define EDEB(level, format, args...) \
+#define EDEB_ERR(level, format, args...) \
+#define EDEB_EN(level, format, args...) \
+#define EDEB_EX(level, format, args...) \
+#define EDEB_DMP(level, adr, len, format, args...) \
There are a lot of debug statements in the driver. When doing a review
I stripped them all out to make it easier to read. As suggested by
others, using the standard debug macros (where still required) would be
a good idea.

Anton
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help