[PATCH] Documentation: kernel-parameters: Remove meye entry

Bagas Sanjaya posted 1 patch 2 years, 11 months ago
Documentation/admin-guide/kernel-parameters.txt | 3 ---
1 file changed, 3 deletions(-)
[PATCH] Documentation: kernel-parameters: Remove meye entry
Posted by Bagas Sanjaya 2 years, 11 months ago
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
Re: [PATCH] Documentation: kernel-parameters: Remove meye entry
Posted by Jonathan Corbet 2 years, 10 months ago
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
Re: [PATCH] Documentation: kernel-parameters: Remove meye entry
Posted by Randy Dunlap 2 years, 11 months ago

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