Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941646AbcLVVt3 (ORCPT ); Thu, 22 Dec 2016 16:49:29 -0500 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:36055 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760944AbcLVVt0 (ORCPT ); Thu, 22 Dec 2016 16:49:26 -0500 Date: Thu, 22 Dec 2016 15:49:18 -0600 From: Reza Arbab To: Heinrich Schuchardt Cc: Balbir Singh , Rob Herring , Frank Rowand , Andrew Morton , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: Fwd: [PATCH 1/1] of/fdt: failed to mark hotplug range message References: <20161222053405.27190-1-xypron.glpk@gmx.de> <5251e7ef-cadf-7833-9a7e-66ebf78e2e94@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <5251e7ef-cadf-7833-9a7e-66ebf78e2e94@gmx.de> Organization: IBM Linux Technology Center User-Agent: NeoMutt/20161126 (1.7.1) X-TM-AS-GCONF: 00 X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16122221-0008-0000-0000-00000667391E X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00006298; HX=3.00000240; KW=3.00000007; PH=3.00000004; SC=3.00000198; SDB=6.00797613; UDB=6.00387240; IPR=6.00575420; BA=6.00005000; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00013688; XFM=3.00000011; UTC=2016-12-22 21:49:22 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 16122221-0009-0000-0000-00003E169F1B Message-Id: <20161222214917.7g6ldgkdvrlqsyq3@arbab-laptop.austin.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-12-22_18:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1612050000 definitions=main-1612220348 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 668 Lines: 21 On Thu, Dec 22, 2016 at 06:52:45AM +0100, Heinrich Schuchardt wrote: > diff --git a/drivers/of/fdt.c b/drivers/of/fdt.c > index c9b5cac03b36..fd129b6e5396 100644 > --- a/drivers/of/fdt.c > +++ b/drivers/of/fdt.c > @@ -1057,7 +1057,7 @@ int __init early_init_dt_scan_memory(unsigned long node, const char *uname, > > if (early_init_dt_mark_hotplug_memory_arch(base, size)) > pr_warn("failed to mark hotplug range 0x%llx - 0x%llx\n", > - base, base + size); > + base, base + size - 1); > } > > return 0; Isn't it implied that ranges printed this way are [start, end)? If not, the entire file should be fixed, not just this occurrence. -- Reza Arbab