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=-10.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 8A60DC433E0 for ; Fri, 19 Feb 2021 12:13:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4F1E564EC0 for ; Fri, 19 Feb 2021 12:13:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230339AbhBSMNm (ORCPT ); Fri, 19 Feb 2021 07:13:42 -0500 Received: from mail.kernel.org ([198.145.29.99]:41504 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230283AbhBSMNc (ORCPT ); Fri, 19 Feb 2021 07:13:32 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id A737E64EB4; Fri, 19 Feb 2021 12:12:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1613736772; bh=27G0mHrkiKn+ATMAMSd0f3I4UspBzL+n7VxlYry3kvc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=H8UHaXPmNDmP5agVP8Pxg2g4m3sNrh0Yo8Xie4eBlDCkmIU1is8yb/xaeS4wpk4CS 0irBoIgccAVvLo1wzZT645BAQDXfF4uZCt4Zkz9cDyb0X4mZgzSwAXgHfZFE3Q3Vdo uM9ju6uKVQwaWDAefC53Qd6qmP1mMEE1eglrCtaU= Date: Fri, 19 Feb 2021 13:12:49 +0100 From: Greg KH To: Amrit Khera Cc: arve@android.com, tkjos@android.com, maco@android.com, joel@joelfernandes.org, christian@brauner.io, hridya@google.com, surenb@google.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] staging: android: Fix const keyword style issue in ashmem.c Message-ID: References: <20210219114237.5720-1-amritkhera98@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210219114237.5720-1-amritkhera98@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 19, 2021 at 05:12:38PM +0530, Amrit Khera wrote: > This change fixes a checkpatch warning for "struct file_operations > should normally be const". > > Signed-off-by: Amrit Khera > --- > Changes in v2: > - Wrapped the commit description > - Build tested If you tested it, what changed in the diff itself? Looks the same to me...