Re: [PATCH 2/3] staging/rdma/hfi1: Fix module parameter spelling

2015-12-18 Thread Jubin John
On Fri, Dec 18, 2015 at 09:42:20AM +0300, Dan Carpenter wrote: > Nice. Whenever you see a bug like this, you should report it to > kernel-janitors because you know that 10 other people have made the same > mistake. Sure, I will do that for similar bugs. > > I will take care of it. Thank you. >

Re: [PATCH 2/3] staging/rdma/hfi1: Fix module parameter spelling

2015-12-17 Thread Dan Carpenter
Nice. Whenever you see a bug like this, you should report it to kernel-janitors because you know that 10 other people have made the same mistake. I will take care of it. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http:/

[PATCH 2/3] staging/rdma/hfi1: Fix module parameter spelling

2015-12-17 Thread Jubin John
Fix the spelling of user_credit_return_threshold, it was incorrectly spelled as user_credit_return_theshold causing two module parameters, one with typo, to be shown in modinfo Reviewed-by: Ira Weiny Reviewed-by: Mike Marciniszyn Signed-off-by: Jubin John --- drivers/staging/rdma/hfi1/init.c |