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=-0.8 required=3.0 tests=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 A8D28C4332D for ; Fri, 20 Mar 2020 01:08:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 88A1820740 for ; Fri, 20 Mar 2020 01:08:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727266AbgCTBI1 (ORCPT ); Thu, 19 Mar 2020 21:08:27 -0400 Received: from smtprelay0232.hostedemail.com ([216.40.44.232]:60378 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725787AbgCTBI1 (ORCPT ); Thu, 19 Mar 2020 21:08:27 -0400 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay06.hostedemail.com (Postfix) with ESMTP id 1747118224D66; Fri, 20 Mar 2020 01:08:26 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: gun68_4983d98e6fa20 X-Filterd-Recvd-Size: 1765 Received: from XPS-9350.home (unknown [47.151.143.254]) (Authenticated sender: joe@perches.com) by omf16.hostedemail.com (Postfix) with ESMTPA; Fri, 20 Mar 2020 01:08:25 +0000 (UTC) Message-ID: <933c893a29b6c5aa85758ca6a7e2d2c99170bc11.camel@perches.com> Subject: Re: [PATCH -next] mm/hugetlb.c: fix printk format warning for 32-bit phys_addr_t From: Joe Perches To: Randy Dunlap , Linux MM , Andrew Morton , LKML Date: Thu, 19 Mar 2020 18:06:38 -0700 In-Reply-To: <58454a65-5022-7517-df65-7bf504cd1432@infradead.org> References: <58454a65-5022-7517-df65-7bf504cd1432@infradead.org> Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.34.1-2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2020-03-19 at 18:03 -0700, Randy Dunlap wrote: > On 3/18/20 7:37 PM, Joe Perches wrote: > > On Wed, 2020-03-18 at 19:11 -0700, Randy Dunlap wrote: > > > I'm fairly sure that the [begin, end) notation is done on purpose, meaning > > > > > > is included in the range and is not included in the range. > > > > OK, that seems a pretty obscure and not obvious use of > > interval notation, at least to me. (18 uses treewide ?) > > > > Maybe it could be documented somewhere? > > I thought about where to put that and came up empty. No worries then, it's likely not _too_ obscure to anyone that's sent a log for analysis.