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:   Sat,  7 Dec 2019 19:27:03 +0100
From:   Lukas Bulwahn <lukas.bulwahn@...il.com>
To:     Przemyslaw Gaj <pgaj@...ence.com>,
        Boris Brezillon <boris.brezillon@...labora.com>
Cc:     linux-i3c@...ts.infradead.org, kernel-janitors@...r.kernel.org,
        agolec@...ence.com, rafalc@...ence.com, vitor.soares@...opsys.com,
        linux-kernel@...r.kernel.org,
        Lukas Bulwahn <lukas.bulwahn@...il.com>
Subject: [PATCH] MAINTAINERS: fix style in CADENCE I3C MASTER IP entry

Commit ae24f2b6f828 ("MAINTAINERS: add myself as maintainer of Cadence I3C
master controller driver") slips in some formatting with spaces instead of
tabs, which ./scripts/checkpatch.pl -f MAINTAINERS complains about:

  #7838: FILE: MAINTAINERS:7838:
  M:      Przemysław Gaj <pgaj@...ence.com>

  WARNING: MAINTAINERS entries use one tab after TYPE:
  #7839: FILE: MAINTAINERS:7839:
  S:      Maintained

  WARNING: MAINTAINERS entries use one tab after TYPE:
  #7840: FILE: MAINTAINERS:7840:
  F:      Documentation/devicetree/bindings/i3c/cdns,i3c-master.txt

  WARNING: MAINTAINERS entries use one tab after TYPE:
  #7841: FILE: MAINTAINERS:7841:
  F:      drivers/i3c/master/i3c-master-cdns.c

Fixes: ae24f2b6f828 ("MAINTAINERS: add myself as maintainer of Cadence I3C master controller driver")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@...il.com>
---
applies cleanly on current master (eea2d5da29e3) and next-20191207

 MAINTAINERS | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0fd82e674cf4..59d4cb7b2981 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7835,10 +7835,10 @@ F:	Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.txt
 F:	drivers/i3c/master/dw*
 
 I3C DRIVER FOR CADENCE I3C MASTER IP
-M:      Przemysław Gaj <pgaj@...ence.com>
-S:      Maintained
-F:      Documentation/devicetree/bindings/i3c/cdns,i3c-master.txt
-F:      drivers/i3c/master/i3c-master-cdns.c
+M:	Przemysław Gaj <pgaj@...ence.com>
+S:	Maintained
+F:	Documentation/devicetree/bindings/i3c/cdns,i3c-master.txt
+F:	drivers/i3c/master/i3c-master-cdns.c
 
 IA64 (Itanium) PLATFORM
 M:	Tony Luck <tony.luck@...el.com>
-- 
2.17.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ