From c555a0135f051a824d2f645059eb292f41e73135 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 14 Dec 2016 12:47:02 +0100 Subject: [PATCH] ib_srpt: Join two lines --- srpt/src/ib_srpt.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 6091e6b53..903cc70b7 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -136,8 +136,7 @@ static int use_srq; static bool use_srq; #endif module_param(use_srq, bool, S_IRUGO | S_IWUSR); -MODULE_PARM_DESC(use_srq, - "Whether or not to use SRQ"); +MODULE_PARM_DESC(use_srq, "Whether or not to use SRQ"); static int srpt_srq_size = DEFAULT_SRPT_SRQ_SIZE; module_param(srpt_srq_size, int, S_IRUGO | S_IWUSR); @@ -146,8 +145,7 @@ MODULE_PARM_DESC(srpt_srq_size, static int srpt_sq_size = DEF_SRPT_SQ_SIZE; module_param(srpt_sq_size, int, 0444); -MODULE_PARM_DESC(srpt_sq_size, - "Per-channel send queue (SQ) size."); +MODULE_PARM_DESC(srpt_sq_size, "Per-channel send queue (SQ) size."); #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 31) \ || defined(RHEL_MAJOR) && RHEL_MAJOR -0 <= 5