Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1687568imu; Tue, 20 Nov 2018 23:57:44 -0800 (PST) X-Google-Smtp-Source: AFSGD/WGjN7xFZIYTLMqPhIiC0obyGGZPTZhVReHfQbozu5ApKKNP36OIxuW4isz5tFytg5DA+Yo X-Received: by 2002:a63:4f20:: with SMTP id d32mr5003144pgb.47.1542787064799; Tue, 20 Nov 2018 23:57:44 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1542787064; cv=none; d=google.com; s=arc-20160816; b=KHRR41ntOUa2ve1SRvKDvh4p7RyWcULFAKqz6PMkFRlPjHM9NTZXzZhpzK2mXQ7gPk 6jvOWFNtrYLgwEL1GgK4OMqgO+4J8O2hBpmzHUiHtn43Cl8nm4hmcd4fMX4Lx/rlC0GZ gl43/gEotfqI/34xu4lyKP8p4WeQRkAdOKMpnhQiTJbJ/roG73o3MUiH4rS0sjSiIZzK 1REpZzP06TEkK1Kzby55wioLuAGmz0CicuoK4ZgukaC8y0j+tXqvAsabzEVE2xzOLO2I 1mfvV1GLLR8lcX9Xh8btDvyf5oUtB1pZVHTw/RkhOPI++0LbfQXMCe6db0QHo6kDIGNg BJKg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:in-reply-to :mime-version:user-agent:date:message-id:from:cc:references:to :subject; bh=JEkVpVID4fWnc9QpJHwoFGitkBKyiZXfBR5RSZMCWGo=; b=T04oBLWlSg/RZheBf5av/xnPctWlsNE/cYMC4uu9VWcqu9oR9QKCdssYtA79sUUr0s SqQO52Hx+DH1FRcpnhe9oJmDyfUCxNYnsGuOgs13ljRSxtYnqgobQzUwI46eDiO4IooM 8gdXV6R9LR7M70rtp2zZ1o9cNZXd5E4aE2+4TeWECa6pOmYf2gvsTL1F5J3DFRBEhtYD wpXndqR9sFmLqDzqTIs7sFHi/ncZsE7Ozqdwa9ABWS7P+Eaq/wNyGZBVK5MsW+V/ECbo 03yKigGQUsSOFVY2pWOiL4fEykFst20k9TfppfZR+BX0AudPFKl36TF3OobBgvmJI3UG UDnw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g15si1785367pgl.141.2018.11.20.23.57.29; Tue, 20 Nov 2018 23:57:44 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728360AbeKUSaE (ORCPT + 99 others); Wed, 21 Nov 2018 13:30:04 -0500 Received: from szxga05-in.huawei.com ([45.249.212.191]:14693 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725999AbeKUSaE (ORCPT ); Wed, 21 Nov 2018 13:30:04 -0500 Received: from DGGEMS408-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 056DDF7936EE1; Wed, 21 Nov 2018 15:56:31 +0800 (CST) Received: from [127.0.0.1] (10.210.167.253) by DGGEMS408-HUB.china.huawei.com (10.3.19.208) with Microsoft SMTP Server id 14.3.408.0; Wed, 21 Nov 2018 15:56:32 +0800 Subject: Re: [PATCH] scsi/lpfc/lpfc_sli.c: Use dma_zalloc_coherent To: James Smart , Sabyasachi Gupta , , , References: <5bf1797b.1c69fb81.2368c.1ccc@mx.google.com> <16c3b882-6e0e-b712-b4d6-78f68172da65@huawei.com> <34556d50-562b-43b2-873f-ba68056e5af5@broadcom.com> CC: , , , From: John Garry Message-ID: <5229ccbb-e6de-e114-52fb-235ea703a7ef@huawei.com> Date: Wed, 21 Nov 2018 07:56:24 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <34556d50-562b-43b2-873f-ba68056e5af5@broadcom.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.210.167.253] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 20/11/2018 21:52, James Smart wrote: > On 11/20/2018 1:40 AM, John Garry wrote: >> >> please ensure that you maintain alignment with opening brackets > > I don't think this is a requirement. From the rules I've read > preference is tabs-only indentation. This is the only rule (enforcement) I see: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?h=next-20181120&id=d1fe9c099cecc6e49324355f1b15573e9dbbe0f9 Spacing (less than a tab), after > tabs, for open brace alignment is allowed, thus is coder's choice. It seems that alignment was being implemented with tab+space, and now it would be tab+space but no alignment. cheers, John > > -- james > > > > > > >