All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [RFC PATCH] media: dvb_dummy_fe.c: poll_snr_handler() can be static
Date: Thu, 19 Mar 2020 05:15:25 +0800	[thread overview]
Message-ID: <20200318211525.GA4412@920a0bc32229> (raw)
In-Reply-To: <20200318060018.3437750-3-dwlsalmeida@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 742 bytes --]


Fixes: 56586dd7135b ("media: dvb_dummy_fe.c: lose TS lock on bad snr")
Signed-off-by: kbuild test robot <lkp@intel.com>
---
 dvb_dummy_fe.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/dvb-frontends/dvb_dummy_fe.c b/drivers/media/dvb-frontends/dvb_dummy_fe.c
index 726c964a523d7..56edb1dbf8d94 100644
--- a/drivers/media/dvb-frontends/dvb_dummy_fe.c
+++ b/drivers/media/dvb-frontends/dvb_dummy_fe.c
@@ -87,7 +87,7 @@ struct dvb_dummy_fe_state {
 	enum fe_status status;
 };
 
-void poll_snr_handler(struct work_struct *work)
+static void poll_snr_handler(struct work_struct *work)
 {
 	/* periodically check the signal quality and eventually
 	 * lose the TS lock if it dips too low

  parent reply	other threads:[~2020-03-18 21:15 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-18  6:00 [Linux-kernel-mentees] [RFC 0/3] Implement a virtual DVB driver Daniel W. S. Almeida
2020-03-18  6:00 ` Daniel W. S. Almeida
2020-03-18  6:00 ` [Linux-kernel-mentees] [RFC 1/3] media: dvb_dummy_tuner: implement driver skeleton Daniel W. S. Almeida
2020-03-18  6:00   ` Daniel W. S. Almeida
2020-03-18  8:17   ` [Linux-kernel-mentees] " Mauro Carvalho Chehab
2020-03-18  8:17     ` Mauro Carvalho Chehab
2020-03-18  8:54   ` [Linux-kernel-mentees] " Kieran Bingham
2020-03-18  8:54     ` Kieran Bingham
2020-03-18  9:13     ` [Linux-kernel-mentees] " Mauro Carvalho Chehab
2020-03-18  9:13       ` Mauro Carvalho Chehab
2020-03-18  6:00 ` [Linux-kernel-mentees] [RFC 2/3] media: dvb_dummy_fe.c: lose TS lock on bad snr Daniel W. S. Almeida
2020-03-18  6:00   ` Daniel W. S. Almeida
2020-03-18  8:43   ` [Linux-kernel-mentees] " Mauro Carvalho Chehab
2020-03-18  8:43     ` Mauro Carvalho Chehab
2020-03-18 14:42   ` kbuild test robot
2020-03-18 21:15   ` kbuild test robot
2020-03-18 21:15   ` kbuild test robot [this message]
2020-03-18  6:00 ` [Linux-kernel-mentees] [RFC 3/3] media: dvb_dummy_fe.c: write PSI information into DMX buffer Daniel W. S. Almeida
2020-03-18  6:00   ` Daniel W. S. Almeida
2020-03-18 10:56   ` [Linux-kernel-mentees] " Mauro Carvalho Chehab
2020-03-18 10:56     ` Mauro Carvalho Chehab

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=20200318211525.GA4412@920a0bc32229 \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.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.