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]
Date:   Mon, 17 Jul 2017 10:30:22 +0900
From:   Chanwoo Choi <cw00.choi@...sung.com>
To:     linux-kernel@...r.kernel.org
Cc:     cw00.choi@...sung.com, chanwoo@...nel.org, myungjoo.ham@...sung.com
Subject: [PATCH 0/3] extcon: Clean-up the description and indentation of
 functions

These patches just clean-up code for extcon functions.

Firstly, patch2 modifies the description for functions/structures
in order to improve the readability and guide the role of
functions more well.

Second, the extcon header file defines the functions
which used the mismatched indentation. So, patch3 fix them.

Lastly, patch1 just removes the unused definition.

Chanwoo Choi (3):
  extcon: Remove unused CABLE_NAME_MAX definition
  extcon: Correct description to improve the readability
  extcon: Use tab instead of space for indentation

 drivers/extcon/devres.c |  50 +++++----
 drivers/extcon/extcon.c | 275 +++++++++++++++++++++++-------------------------
 include/linux/extcon.h  | 119 ++++++++++-----------
 3 files changed, 212 insertions(+), 232 deletions(-)

-- 
1.9.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ