From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,T_DKIMWL_WL_HIGH, URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9D8E1C04A6B for ; Thu, 9 May 2019 01:09:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 60EA1216C4 for ; Thu, 9 May 2019 01:09:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557364184; bh=a0Fe5iOq9yzYPB9phD7q6sNgTD0wMUOBXAkPMDa6OKI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=fC60LFZAjMebXTv6p1xzCKze5tDYS+SKXIy5exS7cjt+sIqZpBDOm905/OXEjD73F CA7CnckDhuDyzx5w4/0ob/myxy1f8K/j2QgWvQSwlQEX2dlcaj8o2brIM9DNoMUU61 biarvrjdoMuRsduDXGuNwzzXG3rrv0GruRLNJa/s= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726632AbfEIBJn (ORCPT ); Wed, 8 May 2019 21:09:43 -0400 Received: from mail.kernel.org ([198.145.29.99]:55158 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726554AbfEIBJn (ORCPT ); Wed, 8 May 2019 21:09:43 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 0F606214AF; Thu, 9 May 2019 01:09:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557364182; bh=a0Fe5iOq9yzYPB9phD7q6sNgTD0wMUOBXAkPMDa6OKI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pmbTsB9zmMA2lVN4aLELutZP8sm8eZbR74fGwDtUcpF7lHe8mFm8sNaSlf5QYzCAE xT2gE18I1auYIrqQsa882Aifj21EAzWJVHnMYXFcbvBst6MNWocM9SJIlt/MKB2VTw EYcm1wMWHhlRUwyKdjGFyTo7nvHw9H5kvytIiC/U= Date: Wed, 8 May 2019 21:09:41 -0400 From: Sasha Levin To: Dexuan Cui Cc: Adrian Vladu , "linux-kernel@vger.kernel.org" , KY Srinivasan , Haiyang Zhang , Stephen Hemminger , Alessandro Pilotti Subject: Re: [PATCH v2] hv: tools: fixed Python pep8/flake8 warnings for lsvmbus Message-ID: <20190509010941.GT1747@sasha-vm> References: <20190506172737.18122-1-avladu@cloudbasesolutions.com> <20190506173331.18906-1-avladu@cloudbasesolutions.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 07, 2019 at 05:02:47AM +0000, Dexuan Cui wrote: >> From: Adrian Vladu >> Sent: Monday, May 6, 2019 10:34 AM >> To: linux-kernel@vger.kernel.org >> Cc: Adrian Vladu ; KY Srinivasan >> ; Haiyang Zhang ; Stephen >> Hemminger ; Sasha Levin ; >> Dexuan Cui ; Alessandro Pilotti >> >> Subject: [PATCH v2] hv: tools: fixed Python pep8/flake8 warnings for lsvmbus >> >> Fixed pep8/flake8 python style code for lsvmbus tool. >> >> The TAB indentation was on purpose ignored (pep8 rule W191) to make >> sure the code is complying with the Linux code guideline. >> The following command do not show any warnings now: >> pep8 --ignore=W191 lsvmbus >> flake8 --ignore=W191 lsvmbus >> >> Signed-off-by: Adrian Vladu >> >> Cc: "K. Y. Srinivasan" >> Cc: Haiyang Zhang >> Cc: Stephen Hemminger >> Cc: Sasha Levin >> Cc: Dexuan Cui >> Cc: Alessandro Pilotti [...] >Looks good to me. Thanks, Adrian! > >Reviewed-by: Dexuan Cui Queued for hyperv-fixes, thanks! -- Thanks, Sasha