* [PATCH] Documentation: kernel-parameters: Remove meye entry
@ 2023-03-15 10:02 Bagas Sanjaya
2023-03-15 14:53 ` Randy Dunlap
2023-03-29 17:17 ` Jonathan Corbet
0 siblings, 2 replies; 3+ messages in thread
From: Bagas Sanjaya @ 2023-03-15 10:02 UTC (permalink / raw)
To: Linux Documentation, Linux Kernel Mailing List,
Linux Staging Drivers
Cc: Jonathan Corbet, Borislav Petkov, Paul E. McKenney, Andrew Morton,
Randy Dunlap, Damien Le Moal, Kim Phillips,
Steven Rostedt (Google), Mauro Carvalho Chehab, Hans Verkuil,
Greg Kroah-Hartman, Bagas Sanjaya, kernel test robot
Commit ba47652ba65523 ("media: meye: remove this deprecated driver")
removes meye driver but forgets to purge its kernel-parameters.txt
entry, hence broken reference.
Remove the entry.
Link: https://lore.kernel.org/all/202302070341.OVqstpMM-lkp@intel.com/
Fixes: ba47652ba65523 ("media: meye: remove this deprecated driver")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
---
This patch is based on staging-next tree, because the driver removal
touched drivers/staging/.
Documentation/admin-guide/kernel-parameters.txt | 3 ---
1 file changed, 3 deletions(-)
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index 6221a1d057dd58..e54d4ce7870c00 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -3184,9 +3184,6 @@
deep - Suspend-To-RAM or equivalent (if supported)
See Documentation/admin-guide/pm/sleep-states.rst.
- meye.*= [HW] Set MotionEye Camera parameters
- See Documentation/admin-guide/media/meye.rst.
-
mfgpt_irq= [IA-32] Specify the IRQ to use for the
Multi-Function General Purpose Timers on AMD Geode
platforms.
base-commit: 458219ca9246076971961d695eef9eb56e05fcf7
--
An old man doll... just what I always wanted! - Clara
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Documentation: kernel-parameters: Remove meye entry
2023-03-15 10:02 [PATCH] Documentation: kernel-parameters: Remove meye entry Bagas Sanjaya
@ 2023-03-15 14:53 ` Randy Dunlap
2023-03-29 17:17 ` Jonathan Corbet
1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2023-03-15 14:53 UTC (permalink / raw)
To: Bagas Sanjaya, Linux Documentation, Linux Kernel Mailing List,
Linux Staging Drivers
Cc: Jonathan Corbet, Borislav Petkov, Paul E. McKenney, Andrew Morton,
Damien Le Moal, Kim Phillips, Steven Rostedt (Google),
Mauro Carvalho Chehab, Hans Verkuil, Greg Kroah-Hartman,
kernel test robot
On 3/15/23 03:02, Bagas Sanjaya wrote:
> Commit ba47652ba65523 ("media: meye: remove this deprecated driver")
> removes meye driver but forgets to purge its kernel-parameters.txt
> entry, hence broken reference.
>
> Remove the entry.
>
> Link: https://lore.kernel.org/all/202302070341.OVqstpMM-lkp@intel.com/
> Fixes: ba47652ba65523 ("media: meye: remove this deprecated driver")
> Reported-by: kernel test robot <lkp@intel.com>
> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.
> ---
> This patch is based on staging-next tree, because the driver removal
> touched drivers/staging/.
>
> Documentation/admin-guide/kernel-parameters.txt | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
> index 6221a1d057dd58..e54d4ce7870c00 100644
> --- a/Documentation/admin-guide/kernel-parameters.txt
> +++ b/Documentation/admin-guide/kernel-parameters.txt
> @@ -3184,9 +3184,6 @@
> deep - Suspend-To-RAM or equivalent (if supported)
> See Documentation/admin-guide/pm/sleep-states.rst.
>
> - meye.*= [HW] Set MotionEye Camera parameters
> - See Documentation/admin-guide/media/meye.rst.
> -
> mfgpt_irq= [IA-32] Specify the IRQ to use for the
> Multi-Function General Purpose Timers on AMD Geode
> platforms.
>
> base-commit: 458219ca9246076971961d695eef9eb56e05fcf7
--
~Randy
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Documentation: kernel-parameters: Remove meye entry
2023-03-15 10:02 [PATCH] Documentation: kernel-parameters: Remove meye entry Bagas Sanjaya
2023-03-15 14:53 ` Randy Dunlap
@ 2023-03-29 17:17 ` Jonathan Corbet
1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2023-03-29 17:17 UTC (permalink / raw)
To: Bagas Sanjaya, Linux Documentation, Linux Kernel Mailing List,
Linux Staging Drivers
Cc: Borislav Petkov, Paul E. McKenney, Andrew Morton, Randy Dunlap,
Damien Le Moal, Kim Phillips, Steven Rostedt (Google),
Mauro Carvalho Chehab, Hans Verkuil, Greg Kroah-Hartman,
Bagas Sanjaya, kernel test robot
Bagas Sanjaya <bagasdotme@gmail.com> writes:
> Commit ba47652ba65523 ("media: meye: remove this deprecated driver")
> removes meye driver but forgets to purge its kernel-parameters.txt
> entry, hence broken reference.
>
> Remove the entry.
>
> Link: https://lore.kernel.org/all/202302070341.OVqstpMM-lkp@intel.com/
> Fixes: ba47652ba65523 ("media: meye: remove this deprecated driver")
> Reported-by: kernel test robot <lkp@intel.com>
> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
> ---
> This patch is based on staging-next tree, because the driver removal
> touched drivers/staging/.
>
> Documentation/admin-guide/kernel-parameters.txt | 3 ---
> 1 file changed, 3 deletions(-)
Applied. I trimmed the hash in the Fixes tag to the normal 12
characters to keep checkpatch from whining...
jon
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-03-29 17:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-15 10:02 [PATCH] Documentation: kernel-parameters: Remove meye entry Bagas Sanjaya
2023-03-15 14:53 ` Randy Dunlap
2023-03-29 17:17 ` Jonathan Corbet
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).