Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1471288

[PATCH v2 0/5] checkkconfigsymbols: several updates

From Valentin Rothberg <valentinrothberg@gmail.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/5] checkkconfigsymbols: several updates
Date 2016-08-28 09:00 +0200
Message-ID <sb2et-6Ji-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Note that the patches base on [1], which has already been applied to
Greg's char-misc tree [2] (testing branch).

[1] https://lkml.org/lkml/2016/8/27/50
[2] git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git

Changelog v2:
- Break v1 into multiple changes (i.e., python3 port, ArgumentParser,
  pylint/pep8 warnings)
- More descriptive commit messages

Valentin Rothberg (5):
  checkkconfigsymbols.py: port to Python 3
  checkkconfigsymbols: use ArgumentParser
  checkkconfigsymbols.py: fix pylint and pep8 warnings
  checkkconfigsymblos: consistent symbol terminology
  checkkconfigsymbols: use arglist instead of cmd string

 scripts/checkkconfigsymbols.py | 338 ++++++++++++++++++++---------------------
 1 file changed, 169 insertions(+), 169 deletions(-)

-- 
2.9.3

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/5] checkkconfigsymbols: several updates Valentin Rothberg <valentinrothberg@gmail.com> - 2016-08-28 09:00 +0200
  [PATCH v2 3/5] checkkconfigsymbols.py: fix pylint and pep8 warnings Valentin Rothberg <valentinrothberg@gmail.com> - 2016-08-28 09:00 +0200
  [PATCH v2 4/5] checkkconfigsymblos: consistent symbol terminology Valentin Rothberg <valentinrothberg@gmail.com> - 2016-08-28 09:00 +0200

csiph-web