projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5b9b92
)
be2net: Fix a typo in be_cmds.h
author
Ajit Khaparde
<ajitk@serverengines.com>
Mon, 5 Oct 2009 02:22:05 +0000
(
02:22
+0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 7 Oct 2009 00:33:39 +0000
(17:33 -0700)
MCC_STATUS_NOT_SUPPORTED should be decimal 66 not hex 66.
This patch fixes this typo. Patch against net-2.6 tree.
Signed-off-by: Ajit Khaparde <ajitk@serverengines.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/benet/be_cmds.h
patch
|
blob
|
history
diff --git
a/drivers/net/benet/be_cmds.h
b/drivers/net/benet/be_cmds.h
index 8b4c2cb9ad624faff6d8fa13cbff44dbd7143655..a86f917f85f427bc18ea27d79f7062f406107ad9 100644
(file)
--- a/
drivers/net/benet/be_cmds.h
+++ b/
drivers/net/benet/be_cmds.h
@@
-62,7
+62,7
@@
enum {
MCC_STATUS_QUEUE_FLUSHING = 0x4,
/* The command is completing with a DMA error */
MCC_STATUS_DMA_FAILED = 0x5,
- MCC_STATUS_NOT_SUPPORTED =
0x
66
+ MCC_STATUS_NOT_SUPPORTED = 66
};
#define CQE_STATUS_COMPL_MASK 0xFFFF