linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch] cxgbi: typo in MODULE_PARM_DESC
@ 2016-01-08 11:01 Dan Carpenter
  2016-01-08 16:37 ` Matthew R. Ochs
  2016-01-08 17:52 ` Martin K. Petersen
  0 siblings, 2 replies; 3+ messages in thread
From: Dan Carpenter @ 2016-01-08 11:01 UTC (permalink / raw)
  To: Karen Xie
  Cc: James E.J. Bottomley, Martin K. Petersen, linux-scsi,
	linux-kernel, kernel-janitors

The module_param is "cxgb3i_rx_credit_thres" so the MODULE_PARM_DESC()
should match that.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>

diff --git a/drivers/scsi/cxgbi/cxgb3i/cxgb3i.c b/drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
index 0e2bee9..e22a268 100644
--- a/drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
+++ b/drivers/scsi/cxgbi/cxgb3i/cxgb3i.c
@@ -57,7 +57,7 @@ MODULE_PARM_DESC(cxgb3i_snd_win, "TCP send window in bytes (default=128KB)");
 
 static int cxgb3i_rx_credit_thres = 10 * 1024;
 module_param(cxgb3i_rx_credit_thres, int, 0644);
-MODULE_PARM_DESC(rx_credit_thres,
+MODULE_PARM_DESC(cxgb3i_rx_credit_thres,
 		 "RX credits return threshold in bytes (default=10KB)");
 
 static unsigned int cxgb3i_max_connect = 8 * 1024;

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [patch] cxgbi: typo in MODULE_PARM_DESC
  2016-01-08 11:01 [patch] cxgbi: typo in MODULE_PARM_DESC Dan Carpenter
@ 2016-01-08 16:37 ` Matthew R. Ochs
  2016-01-08 17:52 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Matthew R. Ochs @ 2016-01-08 16:37 UTC (permalink / raw)
  To: Dan Carpenter
  Cc: Karen Xie, James Bottomley, Martin K. Petersen, linux-scsi,
	linux-kernel, kernel-janitors

Reviewed-by: Matthew R. Ochs <mrochs@linux.vnet.ibm.com> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [patch] cxgbi: typo in MODULE_PARM_DESC
  2016-01-08 11:01 [patch] cxgbi: typo in MODULE_PARM_DESC Dan Carpenter
  2016-01-08 16:37 ` Matthew R. Ochs
@ 2016-01-08 17:52 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2016-01-08 17:52 UTC (permalink / raw)
  To: Dan Carpenter
  Cc: Karen Xie, James E.J. Bottomley, Martin K. Petersen, linux-scsi,
	linux-kernel, kernel-janitors

>>>>> "Dan" == Dan Carpenter <dan.carpenter@oracle.com> writes:

Dan> The module_param is "cxgb3i_rx_credit_thres" so the
Dan> MODULE_PARM_DESC() should match that.

Applied to 4.5/scsi-queue.

-- 
Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-01-08 17:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-08 11:01 [patch] cxgbi: typo in MODULE_PARM_DESC Dan Carpenter
2016-01-08 16:37 ` Matthew R. Ochs
2016-01-08 17:52 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).