From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932336AbcH1GyE (ORCPT ); Sun, 28 Aug 2016 02:54:04 -0400 Received: from mail-wm0-f65.google.com ([74.125.82.65]:34359 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932187AbcH1GyC (ORCPT ); Sun, 28 Aug 2016 02:54:02 -0400 From: Valentin Rothberg To: gregkh@linuxfoundation.org Cc: linux-kernel@vger.kernel.org, Valentin Rothberg Subject: [PATCH v2 0/5] checkkconfigsymbols: several updates Date: Sun, 28 Aug 2016 08:51:27 +0200 Message-Id: <20160828065132.74259-1-valentinrothberg@gmail.com> X-Mailer: git-send-email 2.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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