On 2/3/21 6:48 AM, Bhaskar Chowdhury wrote:
> 
> s/messges/messages/
> s/powermanagement/power management/
> s/secodnds/seconds/
> s/powerdown/poer down/
> 
> Capitalize and truncate space in start of the sentence.
> 
> Signed-off-by: Bhaskar Chowdhury <[email protected]>
> ---
>  arch/x86/kernel/apm_32.c | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/arch/x86/kernel/apm_32.c b/arch/x86/kernel/apm_32.c
> index 660270359d39..04204e01ff7c 100644
> --- a/arch/x86/kernel/apm_32.c
> +++ b/arch/x86/kernel/apm_32.c
> @@ -2366,7 +2366,7 @@ static int __init apm_init(void)
>       /*
>        * Note we don't actually care if the misc_device cannot be registered.
>        * this driver can do its job without it, even if userspace can't
> -      * control it.  just log the error
> +      * control it.Just log the error

missing space and period:

         * control it. Just log the error.

The rest of the changes look good.

Thanks.

>        */
>       if (misc_register(&apm_device))
>               printk(KERN_WARNING "apm: Could not register misc device.\n");
> --
> 2.26.2
> 


-- 
~Randy

Reply via email to