From: Alex Deucher <alexdeucher@gmail.com>
To: kbuild test robot <fengguang.wu@intel.com>
Cc: Rex Zhu <Rex.Zhu@amd.com>, David Airlie <airlied@linux.ie>,
LKML <linux-kernel@vger.kernel.org>,
Maling list - DRI developers <dri-devel@lists.freedesktop.org>,
Huang Rui <ray.huang@amd.com>,
amd-gfx list <amd-gfx@lists.freedesktop.org>,
Evan Quan <evan.quan@amd.com>
Subject: Re: [PATCH] drm/amd/pp: fix semicolon.cocci warnings
Date: Tue, 10 Jul 2018 15:07:21 -0400 [thread overview]
Message-ID: <CADnq5_MR3kSv3cGP0MhyJ_mgVb6nmCFZRv718SFZVpBhOuU+cw@mail.gmail.com> (raw)
In-Reply-To: <20180710171108.GA73972@lkp-hsx03>
On Tue, Jul 10, 2018 at 1:11 PM, kbuild test robot
<fengguang.wu@intel.com> wrote:
> From: kbuild test robot <fengguang.wu@intel.com>
>
> drivers/gpu/drm/amd/amdgpu/../powerplay/amd_powerplay.c:1209:17-18: Unneeded semicolon
>
>
> Remove unneeded semicolon.
>
> Generated by: scripts/coccinelle/misc/semicolon.cocci
>
> Fixes: ea870e44415a ("drm/amd/pp: Export notify_smu_enable_pwe to display")
> CC: Rex Zhu <Rex.Zhu@amd.com>
> Signed-off-by: kbuild test robot <fengguang.wu@intel.com>
Applied. thanks!
Alex
> ---
>
> amd_powerplay.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- a/drivers/gpu/drm/amd/amdgpu/../powerplay/amd_powerplay.c
> +++ b/drivers/gpu/drm/amd/amdgpu/../powerplay/amd_powerplay.c
> @@ -1206,7 +1206,7 @@ static int pp_notify_smu_enable_pwe(void
> struct pp_hwmgr *hwmgr = handle;
>
> if (!hwmgr || !hwmgr->pm_en)
> - return -EINVAL;;
> + return -EINVAL;
>
> if (hwmgr->hwmgr_func->smus_notify_pwe == NULL) {
> pr_info("%s was not implemented.\n", __func__);
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
prev parent reply other threads:[~2018-07-10 19:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <201807110104.iOYDaTfd%fengguang.wu@intel.com>
2018-07-10 17:11 ` [PATCH] drm/amd/pp: fix semicolon.cocci warnings kbuild test robot
2018-07-10 19:07 ` Alex Deucher [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CADnq5_MR3kSv3cGP0MhyJ_mgVb6nmCFZRv718SFZVpBhOuU+cw@mail.gmail.com \
--to=alexdeucher@gmail.com \
--cc=Rex.Zhu@amd.com \
--cc=airlied@linux.ie \
--cc=amd-gfx@lists.freedesktop.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=evan.quan@amd.com \
--cc=fengguang.wu@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=ray.huang@amd.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).