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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 23 Jul 2014 23:23:08 -0400 From: Nicholas Krause <xerofoify@...il.com> To: gregkh@...uxfoundation.org Cc: ashley@...ipso.ch, navinp@...c.in, peter.p.waskiewicz.jr@...el.com, devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org Subject: [PATCH] staging: Fix space issues for header of headers.h This patch fixes the space errors checkpatch gives on this file for the header of this file. Signed-off-by: Nicholas Krause <xerofoify@...il.com> --- drivers/staging/bcm/headers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/bcm/headers.h b/drivers/staging/bcm/headers.h index 6f3270c..af5b6df 100644 --- a/drivers/staging/bcm/headers.h +++ b/drivers/staging/bcm/headers.h @@ -1,6 +1,6 @@ /******************************************************************* -* Headers.h +* Headers.h *******************************************************************/ #ifndef __HEADERS_H__ #define __HEADERS_H__ -- 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