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>] [day] [month] [year] [list]
Date:	Mon, 23 Mar 2015 22:38:01 +0200
From:	Andrei Maresu <andreimaresu@...il.com>
To:	linux-kernel@...r.kernel.org
Cc:	Andrei Maresu <andreimaresu@...il.com>
Subject: [PATCH 2/2] Dma: at_hdmac_regs fixed a space coding style issue

The following chaeckpatch error was fixed:
ERROR: space prohibited after that open parenthesis '('

Signed-off-by: Andrei Maresu <andreimaresu@...il.com>
---
 drivers/dma/at_hdmac_regs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/dma/at_hdmac_regs.h b/drivers/dma/at_hdmac_regs.h
index 76611a3..176f13d 100644
--- a/drivers/dma/at_hdmac_regs.h
+++ b/drivers/dma/at_hdmac_regs.h
@@ -58,7 +58,7 @@

 #define	AT_DMA_CHDR	0x2C	/* Channel Handler Disable Register */
 #define		AT_DMA_DIS(x)	(0x1 << (x))
-#define		AT_DMA_RES(x)	(0x1 << ( 8 + (x)))
+#define		AT_DMA_RES(x)	(0x1 << (8 + (x)))

 #define	AT_DMA_CHSR	0x30	/* Channel Handler Status Register */
 #define		AT_DMA_EMPT(x)	(0x1 << (16 + (x)))
--
1.9.1

--
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