From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751530AbdLAQay (ORCPT ); Fri, 1 Dec 2017 11:30:54 -0500 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:40286 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750977AbdLAQaw (ORCPT ); Fri, 1 Dec 2017 11:30:52 -0500 Subject: Re: [PATCH] scsi: ipr: fix incorrect indentation of assignment statement To: Colin King , Brian King , "James E . J . Bottomley" , "Martin K . Petersen" , linux-scsi@vger.kernel.org Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org References: <20171201133327.15515-1-colin.king@canonical.com> From: Brian King Date: Fri, 1 Dec 2017 10:30:46 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171201133327.15515-1-colin.king@canonical.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-TM-AS-GCONF: 00 x-cbid: 17120116-0020-0000-0000-00000D18E717 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00008136; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000243; SDB=6.00953933; UDB=6.00482045; IPR=6.00734007; BA=6.00005726; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00018292; XFM=3.00000015; UTC=2017-12-01 16:30:49 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17120116-0021-0000-0000-00005F21A3B0 Message-Id: X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-12-01_04:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1709140000 definitions=main-1712010189 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/01/2017 07:33 AM, Colin King wrote: > From: Colin Ian King > > Remove one extraneous level of indentation on an assignment statement. > > Signed-off-by: Colin Ian King > --- > drivers/scsi/ipr.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/scsi/ipr.c b/drivers/scsi/ipr.c > index cc0187965eee..e07dd990e585 100644 > --- a/drivers/scsi/ipr.c > +++ b/drivers/scsi/ipr.c > @@ -9653,8 +9653,8 @@ static int ipr_alloc_cmd_blks(struct ipr_ioa_cfg *ioa_cfg) > if (i == 0) { > entries_each_hrrq = IPR_NUM_INTERNAL_CMD_BLKS; > ioa_cfg->hrrq[i].min_cmd_id = 0; > - ioa_cfg->hrrq[i].max_cmd_id = > - (entries_each_hrrq - 1); > + ioa_cfg->hrrq[i].max_cmd_id = > + (entries_each_hrrq - 1); > } else { > entries_each_hrrq = > IPR_NUM_BASE_CMD_BLKS/ > Acked-by: Brian King -- Brian King Power Linux I/O IBM Linux Technology Center