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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 35F25C4321A for ; Wed, 3 Mar 2021 12:58:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1219864ECF for ; Wed, 3 Mar 2021 12:58:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233450AbhCCMRR (ORCPT ); Wed, 3 Mar 2021 07:17:17 -0500 Received: from smtprelay0151.hostedemail.com ([216.40.44.151]:43614 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1344494AbhCCGue (ORCPT ); Wed, 3 Mar 2021 01:50:34 -0500 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay01.hostedemail.com (Postfix) with ESMTP id 33F8C100E7B42; Wed, 3 Mar 2021 06:49:46 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: thumb56_150e8a6276c3 X-Filterd-Recvd-Size: 1626 Received: from [192.168.1.159] (unknown [47.151.137.21]) (Authenticated sender: joe@perches.com) by omf02.hostedemail.com (Postfix) with ESMTPA; Wed, 3 Mar 2021 06:49:44 +0000 (UTC) Message-ID: <70f35c99165ac4dd1846ea2e30b9a1745c364903.camel@perches.com> Subject: Re: [PATCH V3 XRT Alveo 00/18] XRT Alveo driver overview From: Joe Perches To: Moritz Fischer , Lizhi Hou Cc: linux-kernel@vger.kernel.org, Lizhi Hou , linux-fpga@vger.kernel.org, maxz@xilinx.com, sonal.santan@xilinx.com, michal.simek@xilinx.com, stefanos@xilinx.com, devicetree@vger.kernel.org, trix@redhat.com, robh@kernel.org Date: Tue, 02 Mar 2021 22:49:43 -0800 In-Reply-To: References: <20210218064019.29189-1-lizhih@xilinx.com> Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.38.1-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2021-02-21 at 12:43 -0800, Moritz Fischer wrote: > On Wed, Feb 17, 2021 at 10:40:01PM -0800, Lizhi Hou wrote: > > This is V3 of patch series which adds management physical function driver for Xilinx > > Alveo PCIe accelerator cards, https://www.xilinx.com/products/boards-and-kits/alveo.html > > This driver is part of Xilinx Runtime (XRT) open source stack. [] > Please fix the indents all across this patchset. Doesn't checkpatch with > --strict complain about this? I glanced at a couple bits of these patches and didn't notice any of what I consider poor indentation style. What indent is wrong here?