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]
Message-ID: <d9f3bbf1-0912-1955-ae1f-a499d5b0b11b@gmail.com>
Date:   Sun, 16 Aug 2020 18:25:35 +0530
From:   Piyush Thange <pthange19@...il.com>
To:     apw@...onical.com, joe@...ches.com, linux-kernel@...r.kernel.org
Subject: checkpatch.pl- Cleared some white spaces which generated warnings and
 errors.


commit eb027935d819a3160404f05633ae47f8b8a061c8
Author:     Piyush Thange <pthange19@...il.com>
AuthorDate: Sun Aug 16 17:52:26 2020 +0530
Commit:     Piyush Thange <pthange19@...il.com>
CommitDate: Sun Aug 16 17:52:26 2020 +0530

     scripts:checkpatch.pl:Cleared the white spaces and errors occured 
due to them.

     I've removed the white spaced on the line 498, which generated 
warning and
     errors presented by checkpatch.pl.
     Please provide review.

     Signed-off-by: Piyush Thange <pthange19@...il.com>

Signed-off-by: Piyush Thange <pthange19@...il.com>
---
  scripts/checkpatch.pl | 12 +-----------
  1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 2cbeae6d9aee..fa991a912d9b 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -488,17 +488,7 @@ our $allocFunctions = qr{(?x:
      dma_alloc_coherent
  )};

-our $signature_tags = qr{(?xi:
-    Signed-off-by:|
-    Co-developed-by:|
-    Acked-by:|
-    Tested-by:|
-    Reviewed-by:|
-    Reported-by:|
-    Suggested-by:|
-    To:|
-    Cc:
-)};
+our $signature_tags = 
qr{(?xi:Signed-off-by:|Co-developed-by:|Acked-by:|Tested-by:|Reviewed-by:|Reported-by:|Suggested-by:|To:|Cc:)};

  our @typeListMisordered = (
      qr{char\s+(?:un)?signed},
-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ