From: Amiram Perlmutter Date: Mon, 13 Nov 2006 14:46:29 +0000 (+0200) Subject: IB/sdp: fixed typo in module parameter description X-Git-Tag: v4.1.12-92~264^2~5^2~371 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=4e13ba8ac2d737e7e5c695bef5609d3892719fcb;p=users%2Fjedix%2Flinux-maple.git IB/sdp: fixed typo in module parameter description Signed-off-by: Amiram Perlmutter --- diff --git a/drivers/infiniband/ulp/sdp/sdp_bcopy.c b/drivers/infiniband/ulp/sdp/sdp_bcopy.c index c74676390cac6..12a8d7d1b7abe 100644 --- a/drivers/infiniband/ulp/sdp/sdp_bcopy.c +++ b/drivers/infiniband/ulp/sdp/sdp_bcopy.c @@ -39,7 +39,7 @@ static int rcvbuf_scale = 0x10; module_param_named(rcvbuf_scale, rcvbuf_scale, int, 0644); -MODULE_PARM_DESC(srcvbuf_scale, "Receive buffer size scale factor."); +MODULE_PARM_DESC(rcvbuf_scale, "Receive buffer size scale factor."); /* Like tcp_fin */ static void sdp_fin(struct sock *sk)