Re: [PATCH]net: ehea module param description fix

2013-02-18 Thread David Miller
From: dyo...@redhat.com Date: Sat, 16 Feb 2013 14:19:19 +0800 > In ehea.h the minimal entries is 2^7 - 1: > #define EHEA_MIN_ENTRIES_QP 127 > > Thus change the module param description accordinglly > > Signed-off-by: Dave Young Applied. -- To unsubscribe from this list: send the line "unsubsc

[PATCH]net: ehea module param description fix

2013-02-15 Thread dyoung
In ehea.h the minimal entries is 2^7 - 1: #define EHEA_MIN_ENTRIES_QP 127 Thus change the module param description accordinglly Signed-off-by: Dave Young --- drivers/net/ethernet/ibm/ehea/ehea_main.c |8 1 file changed, 4 insertions(+), 4 deletions(-) --- linux-2.6.orig/drivers/n