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=-6.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 0E5F1C433E7 for ; Fri, 16 Oct 2020 02:49:01 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 84BF6208C7 for ; Fri, 16 Oct 2020 02:49:00 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="BUiMCey2" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 84BF6208C7 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-foundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 18BE1940064; Thu, 15 Oct 2020 22:49:00 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 14A52940034; Thu, 15 Oct 2020 22:49:00 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 00267940064; Thu, 15 Oct 2020 22:48:59 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0119.hostedemail.com [216.40.44.119]) by kanga.kvack.org (Postfix) with ESMTP id C4A06940034 for ; Thu, 15 Oct 2020 22:48:59 -0400 (EDT) Received: from smtpin25.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay01.hostedemail.com (Postfix) with ESMTP id 62F88180AD815 for ; Fri, 16 Oct 2020 02:48:59 +0000 (UTC) X-FDA: 77376256398.25.chain76_0e00de727219 Received: from filter.hostedemail.com (10.5.16.251.rfc1918.com [10.5.16.251]) by smtpin25.hostedemail.com (Postfix) with ESMTP id 3AD2C1804E3A0 for ; Fri, 16 Oct 2020 02:48:59 +0000 (UTC) X-HE-Tag: chain76_0e00de727219 X-Filterd-Recvd-Size: 2724 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf15.hostedemail.com (Postfix) with ESMTP for ; Fri, 16 Oct 2020 02:48:58 +0000 (UTC) Received: from localhost.localdomain (c-73-231-172-41.hsd1.ca.comcast.net [73.231.172.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 77B5D208C7; Fri, 16 Oct 2020 02:48:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602816538; bh=cMZF75mJZwUS8mqKnlCn8rWKr5HY2/QApzzfymc4500=; h=Date:From:To:Subject:In-Reply-To:From; b=BUiMCey25wEvZmn2zRLhoc4LUQTcDjS1/Y6+DNvmMx8+zd+xSwH8pcNAflrSrfaU/ IPzaAZ0goh8jM4/qVJ8k4M4/gF0nmnttBzowoLCS0w2luPF8sSh8AFmhGjQwKvsMxi UKSgN3IyfPgsr7urF48C9Jw7RP3xSWOovDxIJuF0= Date: Thu, 15 Oct 2020 19:48:56 -0700 From: Andrew Morton To: afaerber@suse.de, akpm@linux-foundation.org, joe@perches.com, linus.walleij@linaro.org, linux-mm@kvack.org, manivannan.sadhasivam@linaro.org, mm-commits@vger.kernel.org, rikard.falkeborn@gmail.com, torvalds@linux-foundation.org Subject: [patch 126/156] const_structs.checkpatch: add pinctrl_ops and pinmux_ops Message-ID: <20201016024856.uzpUvE24u%akpm@linux-foundation.org> In-Reply-To: <20201015192732.f448da14e9854c7cb7299956@linux-foundation.org> User-Agent: s-nail v14.8.16 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: =46rom: Rikard Falkeborn Subject: const_structs.checkpatch: add pinctrl_ops and pinmux_ops All usages of include/linux of these are const pointers, and all instances in the kernel except one, that are not const can be made const (patches have been posted for those separately). Link: https://lkml.kernel.org/r/20200830224352.37114-1-rikard.falkeborn@gma= il.com Signed-off-by: Rikard Falkeborn Acked-by: Manivannan Sadhasivam Reviewed-by: Linus Walleij Cc: Joe Perches Cc: Andreas F=C3=A4rber Cc: Rikard Falkeborn Signed-off-by: Andrew Morton --- scripts/const_structs.checkpatch | 2 ++ 1 file changed, 2 insertions(+) --- a/scripts/const_structs.checkpatch~const_structscheckpatch-add-pinctrl_= ops-and-pinmux_ops +++ a/scripts/const_structs.checkpatch @@ -40,6 +40,8 @@ nvkm_device_chip of_device_id pci_raw_ops phy_ops +pinctrl_ops +pinmux_ops pipe_buf_operations platform_hibernation_ops platform_suspend_ops _