lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 23 Dec 2014 12:51:55 +0200
From:	Olli Lehtinen <olli.lehtinen@....fi>
To:	gregkh@...uxfoundation.org, jkc@...hat.com
Cc:	sparmaintainer@...sys.com, linux-kernel@...r.kernel.org
Subject: [PATCH] staging: unisys: Removed a prohibited space in a function
 parameter

Fixes the checkpatch.pl error:
ERROR: space prohibited before that ',' (ctx:WxW)" in virthba.c.

Signed-off-by: Olli Lehtinen <olli.lehtinen@....fi>
---
  drivers/staging/unisys/virthba/virthba.c |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/unisys/virthba/virthba.c 
b/drivers/staging/unisys/virthba/virthba.c
index d7a629b..82fcb3b 100644
--- a/drivers/staging/unisys/virthba/virthba.c
+++ b/drivers/staging/unisys/virthba/virthba.c
@@ -1438,7 +1438,7 @@ static ssize_t enable_ints_write(struct file 
*file,
  		return -EFAULT;
  	}

-	i = kstrtoint(buf, 10 , &new_value);
+	i = kstrtoint(buf, 10, &new_value);

  	if (i != 0) {
  		LOGERR("Failed to scan value for enable_ints, buf<<%.*s>>",
-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ