All of lore.kernel.org
 help / color / mirror / Atom feed
From: fengguang.wu@intel.com (kbuild test robot)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH] media: meson: fix semicolon.cocci warnings
Date: Tue, 6 Nov 2018 20:07:23 +0800	[thread overview]
Message-ID: <20181106120723.GA78880@athens> (raw)
In-Reply-To: <20181106075926.19269-3-mjourdan@baylibre.com>

From: kbuild test robot <fengguang.wu@intel.com>

drivers/media/platform/meson/vdec/vdec_helpers.c:187:3-4: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: 3ab8ea56b2f6 ("media: meson: add v4l2 m2m video decoder driver")
CC: Maxime Jourdan <mjourdan@baylibre.com>
Signed-off-by: kbuild test robot <fengguang.wu@intel.com>
---

url:    https://github.com/0day-ci/linux/commits/Maxime-Jourdan/dt-bindings-media-add-Amlogic-Video-Decoder-Bindings/20181106-162646
base:   git://linuxtv.org/media_tree.git master

 vdec_helpers.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/media/platform/meson/vdec/vdec_helpers.c
+++ b/drivers/media/platform/meson/vdec/vdec_helpers.c
@@ -184,7 +184,7 @@ int amvdec_set_canvases(struct amvdec_se
 			dev_err(sess->core->dev, "Unsupported pixfmt %08X\n",
 				pixfmt);
 			return -EINVAL;
-		};
+		}
 
 		reg_num_cur++;
 		if (reg_num_cur >= reg_num[reg_base_cur]) {

WARNING: multiple messages have this Message-ID (diff)
From: fengguang.wu@intel.com (kbuild test robot)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] media: meson: fix semicolon.cocci warnings
Date: Tue, 6 Nov 2018 20:07:23 +0800	[thread overview]
Message-ID: <20181106120723.GA78880@athens> (raw)
In-Reply-To: <20181106075926.19269-3-mjourdan@baylibre.com>

From: kbuild test robot <fengguang.wu@intel.com>

drivers/media/platform/meson/vdec/vdec_helpers.c:187:3-4: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: 3ab8ea56b2f6 ("media: meson: add v4l2 m2m video decoder driver")
CC: Maxime Jourdan <mjourdan@baylibre.com>
Signed-off-by: kbuild test robot <fengguang.wu@intel.com>
---

url:    https://github.com/0day-ci/linux/commits/Maxime-Jourdan/dt-bindings-media-add-Amlogic-Video-Decoder-Bindings/20181106-162646
base:   git://linuxtv.org/media_tree.git master

 vdec_helpers.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/media/platform/meson/vdec/vdec_helpers.c
+++ b/drivers/media/platform/meson/vdec/vdec_helpers.c
@@ -184,7 +184,7 @@ int amvdec_set_canvases(struct amvdec_se
 			dev_err(sess->core->dev, "Unsupported pixfmt %08X\n",
 				pixfmt);
 			return -EINVAL;
-		};
+		}
 
 		reg_num_cur++;
 		if (reg_num_cur >= reg_num[reg_base_cur]) {

WARNING: multiple messages have this Message-ID (diff)
From: kbuild test robot <fengguang.wu@intel.com>
To: Maxime Jourdan <mjourdan@baylibre.com>
Cc: kbuild-all@01.org, Mauro Carvalho Chehab <mchehab@kernel.org>,
	Hans Verkuil <hans.verkuil@cisco.com>,
	Kevin Hilman <khilman@baylibre.com>,
	Jerome Brunet <jbrunet@baylibre.com>,
	Neil Armstrong <narmstrong@baylibre.com>,
	Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
	linux-media@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-amlogic@lists.infradead.org
Subject: [PATCH] media: meson: fix semicolon.cocci warnings
Date: Tue, 6 Nov 2018 20:07:23 +0800	[thread overview]
Message-ID: <20181106120723.GA78880@athens> (raw)
In-Reply-To: <20181106075926.19269-3-mjourdan@baylibre.com>

From: kbuild test robot <fengguang.wu@intel.com>

drivers/media/platform/meson/vdec/vdec_helpers.c:187:3-4: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: 3ab8ea56b2f6 ("media: meson: add v4l2 m2m video decoder driver")
CC: Maxime Jourdan <mjourdan@baylibre.com>
Signed-off-by: kbuild test robot <fengguang.wu@intel.com>
---

url:    https://github.com/0day-ci/linux/commits/Maxime-Jourdan/dt-bindings-media-add-Amlogic-Video-Decoder-Bindings/20181106-162646
base:   git://linuxtv.org/media_tree.git master

 vdec_helpers.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/media/platform/meson/vdec/vdec_helpers.c
+++ b/drivers/media/platform/meson/vdec/vdec_helpers.c
@@ -184,7 +184,7 @@ int amvdec_set_canvases(struct amvdec_se
 			dev_err(sess->core->dev, "Unsupported pixfmt %08X\n",
 				pixfmt);
 			return -EINVAL;
-		};
+		}
 
 		reg_num_cur++;
 		if (reg_num_cur >= reg_num[reg_base_cur]) {

  parent reply	other threads:[~2018-11-06 12:07 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-06  7:59 [PATCH v4 0/3] Add Amlogic video decoder driver Maxime Jourdan
2018-11-06  7:59 ` Maxime Jourdan
2018-11-06  7:59 ` Maxime Jourdan
2018-11-06  7:59 ` [PATCH v4 1/3] dt-bindings: media: add Amlogic Video Decoder Bindings Maxime Jourdan
2018-11-06  7:59   ` Maxime Jourdan
2018-11-06  7:59   ` Maxime Jourdan
2018-11-06  7:59 ` [PATCH v4 2/3] media: meson: add v4l2 m2m video decoder driver Maxime Jourdan
2018-11-06  7:59   ` Maxime Jourdan
2018-11-06  7:59   ` Maxime Jourdan
2018-11-06 11:26   ` kbuild test robot
2018-11-06 11:26     ` kbuild test robot
2018-11-06 11:26     ` kbuild test robot
2018-11-06 12:07   ` kbuild test robot
2018-11-06 12:07     ` kbuild test robot
2018-11-06 12:07     ` kbuild test robot
2018-11-06 12:07   ` [PATCH] media: meson: fix semicolon.cocci warnings kbuild test robot
2018-11-06 12:07     ` kbuild test robot
2018-11-06 12:07     ` kbuild test robot
2018-11-06 12:07   ` kbuild test robot [this message]
2018-11-06 12:07     ` kbuild test robot
2018-11-06 12:07     ` kbuild test robot
2018-11-06 12:07   ` [PATCH] media: meson: fix zalloc-simple.cocci warnings kbuild test robot
2018-11-06 12:07     ` kbuild test robot
2018-11-06 12:07     ` kbuild test robot
2018-11-08  8:42   ` [PATCH v4 2/3] media: meson: add v4l2 m2m video decoder driver Hans Verkuil
2018-11-08  8:42     ` Hans Verkuil
2018-11-08  8:42     ` Hans Verkuil
2018-11-09 21:21     ` Nicolas Dufresne
2018-11-09 21:21       ` Nicolas Dufresne
2018-11-09 21:21       ` Nicolas Dufresne
2018-11-06  7:59 ` [PATCH v4 3/3] MAINTAINERS: Add meson video decoder Maxime Jourdan
2018-11-06  7:59   ` Maxime Jourdan
2018-11-06  7:59   ` Maxime Jourdan
2018-11-06 16:33 ` [PATCH v4 0/3] Add Amlogic video decoder driver Neil Armstrong
2018-11-06 16:33   ` Neil Armstrong
2018-11-06 16:33   ` Neil Armstrong

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=20181106120723.GA78880@athens \
    --to=fengguang.wu@intel.com \
    --cc=linus-amlogic@lists.infradead.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.