From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754814AbcH0RxY (ORCPT ); Sat, 27 Aug 2016 13:53:24 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:41768 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754272AbcH0RxX (ORCPT ); Sat, 27 Aug 2016 13:53:23 -0400 Date: Sat, 27 Aug 2016 19:53:29 +0200 From: Greg KH To: Valentin Rothberg Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] checkkconfigsymbols: port to python3 Message-ID: <20160827175329.GB32072@kroah.com> References: <20160827152531.66910-1-valentinrothberg@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160827152531.66910-1-valentinrothberg@gmail.com> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Aug 27, 2016 at 05:25:29PM +0200, Valentin Rothberg wrote: > Port the script to python3 and fix some pylint warnings. "and" in a changelog description usually means this should be 2 different patches. Can't you fix up the pylint warnings in a separate patch? thanks, greg k-h