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=-11.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 C0C31C433DF for ; Sat, 18 Jul 2020 11:44:37 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 786F520724 for ; Sat, 18 Jul 2020 11:44:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 786F520724 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 11C386E1F5; Sat, 18 Jul 2020 11:44:37 +0000 (UTC) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5F7E16E1F5 for ; Sat, 18 Jul 2020 11:44:36 +0000 (UTC) IronPort-SDR: N1N95fhDfmEIB26QuEp5bPP0VdODjQ0BViIiQEjNbwO6ECxvK93CK20RvI2X4xS733dfPXKqpx KQoX3qwAHQwQ== X-IronPort-AV: E=McAfee;i="6000,8403,9685"; a="234590758" X-IronPort-AV: E=Sophos;i="5.75,367,1589266800"; d="scan'208";a="234590758" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jul 2020 04:44:35 -0700 IronPort-SDR: EqUlL6MGa7jYBnLkxjYuGw3liQHL2x2ayfCiUR7ESNvmwDXSU6NdsVqI4VDth1cWsdZALehvAG OXs7U0j6JiKw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,367,1589266800"; d="scan'208";a="283041468" Received: from lkp-server02.sh.intel.com (HELO 50058c6ee6fc) ([10.239.97.151]) by orsmga003.jf.intel.com with ESMTP; 18 Jul 2020 04:44:34 -0700 Received: from kbuild by 50058c6ee6fc with local (Exim 4.92) (envelope-from ) id 1jwlGc-0000lO-5i; Sat, 18 Jul 2020 11:44:34 +0000 Date: Sat, 18 Jul 2020 19:44:28 +0800 From: kernel test robot To: Umesh Nerlige Ramappa , intel-gfx@lists.freedesktop.org Message-ID: <20200718114427.GA32671@c5c18c185bfe> References: <20200718000437.69033-5-umesh.nerlige.ramappa@intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200718000437.69033-5-umesh.nerlige.ramappa@intel.com> X-Patchwork-Hint: ignore User-Agent: Mutt/1.10.1 (2018-07-13) Subject: [Intel-gfx] [RFC PATCH] drm/i915/perf: i915_perf_mmap() can be static X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kbuild-all@lists.01.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Signed-off-by: kernel test robot --- i915_perf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/i915_perf.c b/drivers/gpu/drm/i915/i915_perf.c index e77582761a642..90535e38b91b9 100644 --- a/drivers/gpu/drm/i915/i915_perf.c +++ b/drivers/gpu/drm/i915/i915_perf.c @@ -3423,7 +3423,7 @@ static const struct vm_operations_struct vm_ops_oa = { .fault = vm_fault_oa, }; -int i915_perf_mmap(struct file *file, struct vm_area_struct *vma) +static int i915_perf_mmap(struct file *file, struct vm_area_struct *vma) { struct i915_perf_stream *stream = file->private_data; int len; _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============2244290916724883833==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: [RFC PATCH] drm/i915/perf: i915_perf_mmap() can be static Date: Sat, 18 Jul 2020 19:44:28 +0800 Message-ID: <20200718114427.GA32671@c5c18c185bfe> In-Reply-To: <20200718000437.69033-5-umesh.nerlige.ramappa@intel.com> List-Id: --===============2244290916724883833== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Signed-off-by: kernel test robot --- i915_perf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/i915_perf.c b/drivers/gpu/drm/i915/i915_p= erf.c index e77582761a642..90535e38b91b9 100644 --- a/drivers/gpu/drm/i915/i915_perf.c +++ b/drivers/gpu/drm/i915/i915_perf.c @@ -3423,7 +3423,7 @@ static const struct vm_operations_struct vm_ops_oa = =3D { .fault =3D vm_fault_oa, }; = -int i915_perf_mmap(struct file *file, struct vm_area_struct *vma) +static int i915_perf_mmap(struct file *file, struct vm_area_struct *vma) { struct i915_perf_stream *stream =3D file->private_data; int len; --===============2244290916724883833==--