Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp814622pxj; Thu, 20 May 2021 23:07:24 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwNpSAWmujhKFVfg9ndO2dajLJ+4rFMG7yOhGwZSfe0ZTELVUOYtkMqGPNg8tSLkh6d2yt1 X-Received: by 2002:a17:906:4341:: with SMTP id z1mr8697167ejm.422.1621577244389; Thu, 20 May 2021 23:07:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621577244; cv=none; d=google.com; s=arc-20160816; b=F3KTulLE9qaRV9F4mYf6NLmn3ZmdLcUExi/KHwuLkPw81C/U05xpJFsyrMbZfjbj5o 3+OSjCOCKAPjm06A+J51ff4NPEbhvfH+PrO7L1EsGHZlM/C6AbLSeEifzjTH4n5lTYhh 7GUfGMyvozOqLZcrmApOtMEHQ9K3OPsn7+UafNmgJ9UHjoPEGCUN5RvHmK6Re34r+0/x pOTl3n551ADECeIlMDWnQmkyvRCiYFOSNv3sS3ZTso7VBjxxWV4edzq792wKQNEG9dRN YTwwLBYyGRTag4ZVuBqTkbMz29VGlnvgolDtjrJz0dPTjSH5QNLOUQGlzUKrb3P52wzF r9qQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=sLGFtJnzDnzmZLjiAU6mzniXoorsCRl6wVCeQCSP2s4=; b=RVOociGNOk8mVJtXFz4w5m8cIAU9Zzc62RhI+Oq8R3VhW3QuQ0FdOPYQBtIgdQ+dsI LJDZBQzH52miWHUJWpILK5urh5VVpNVPg6LfIznmnvghQUR7+l1C3Wx4ss3m7zThyVRl BFqRB8TvYdDYLsDCHclVVjZIMv60ffqVi3TiprlB579Sn1bynFRSTMU+gkOP1kn5WmlY +LwKAYySilCLOP/3EfpR29iWxBO5Zl2omHNE0/FCHnfgIhpx0hDAwqQEaG0UHt8IWZpO WLMH3EWyZNEGHGJsGWi7dDcDBbY0bDh82bBFBOo3iZNo0Bd8fJ6Cz+zsRJBDXehv9r2Q nX8Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id e1si4218460edk.506.2021.05.20.23.07.01; Thu, 20 May 2021 23:07:24 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236976AbhETPhv convert rfc822-to-8bit (ORCPT + 99 others); Thu, 20 May 2021 11:37:51 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:47701 "EHLO relay3-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238746AbhETPho (ORCPT ); Thu, 20 May 2021 11:37:44 -0400 Received: (Authenticated sender: miquel.raynal@bootlin.com) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id CD25460011; Thu, 20 May 2021 15:36:20 +0000 (UTC) Date: Thu, 20 May 2021 17:36:19 +0200 From: Miquel Raynal To: Linus Walleij Cc: Corentin Labbe , Boris Brezillon , Richard Weinberger , Vignesh R , linux-kernel , linux-mtd@lists.infradead.org Subject: Re: [PATCH 2/2] mtd: partitions: redboot: fix style issues Message-ID: <20210520173619.26870bc8@xps13> In-Reply-To: References: <20210520114851.1274609-1-clabbe@baylibre.com> <20210520114851.1274609-2-clabbe@baylibre.com> Organization: Bootlin X-Mailer: Claws Mail 3.17.7 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, Linus Walleij wrote on Thu, 20 May 2021 17:24:26 +0200: > On Thu, May 20, 2021 at 1:49 PM Corentin Labbe wrote: > > > This patch fixes easy checkpatch issues. > > > > Signed-off-by: Corentin Labbe > (...) > > - uint32_t flash_base; // Address within FLASH of image > (...) > > + u32 flash_base; // Address within FLASH of image > > Does checkpatch complain about this? At one point the MTD maintainer > disliked the u32/u16/u8 types and explicitly wanted to use the C > standard library types, and it's the kind of eccentric maintainer > deviations we accommodate for. I suppose this happened quite some time ago? :) I've never heard Richard nor Boris complaining about it, nor will I. Cheers, Miquèl