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: <20160730131338.4346-1-mail@beyermatthias.de>
Date:	Sat, 30 Jul 2016 15:13:37 +0200
From:	Matthias Beyer <mail@...ermatthias.de>
To:	arve@...roid.com, riandrews@...roid.com
Cc:	Matthias Beyer <mail@...ermatthias.de>, gregkh@...uxfoundation.org,
	devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/1] drivers: staging: android: Remove checkpatch.pl-TODO

Hi Arve,
Hi Riley,

I just noticed that the drivers/staging/android driver has only 4
remaining checkpatch.pl warnings, two of them beeing
80-character-per-line warnings (the two lines are 81 characters
exactly).

The other warnings are:

    ./sw_sync.c:258: WARNING: memory barrier without comment
    ./uapi/ion.h:23: WARNING: do not add new typedefs

I'm not sure about the first one, though I could provide a patch for
the second one. The change would simply remove

    typedef int ion_user_handle_t;

and replace all occurences of `ion_user_handle_t` with `int`.

I'm not sure, though, whether such a patch would be welcome.

Either way, I propose to remove the TODO note on checkpatch cleanup
with the attached patch.


Matthias Beyer (1):
  Remove checkpatch.pl cleanups todo

 drivers/staging/android/TODO | 1 -
 1 file changed, 1 deletion(-)

-- 
2.9.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ