]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
IB/sdp: fixed typo in module parameter description
authorAmiram Perlmutter <amip@mellanox.co.il>
Mon, 13 Nov 2006 14:46:29 +0000 (16:46 +0200)
committerMukesh Kacker <mukesh.kacker@oracle.com>
Tue, 6 Oct 2015 12:04:01 +0000 (05:04 -0700)
Signed-off-by: Amiram Perlmutter <amip@mellanox.co.il>
drivers/infiniband/ulp/sdp/sdp_bcopy.c

index c74676390cac61a0453495cd21365147ee5e1c31..12a8d7d1b7abe11716160ffc1c6c7b6f0f18add3 100644 (file)
@@ -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)