lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Sat, 20 Mar 2021 15:35:43 -0700 (PDT)
From:   Randy Dunlap <rdunlap@...badil.infradead.org>
To:     Bhaskar Chowdhury <unixbhaskar@...il.com>
cc:     gregkh@...uxfoundation.org, saravanak@...gle.com,
        heikki.krogerus@...ux.intel.com, rafael.j.wysocki@...el.com,
        lukasz.luba@....com, jroedel@...e.de, bgolaszewski@...libre.com,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] driver core: Trivial typo fix



On Sun, 21 Mar 2021, Bhaskar Chowdhury wrote:

> s/subsytem/subsystem/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>

Acked-by: Randy Dunlap <rdunlap@...radead.org>


> ---
> include/linux/device.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/linux/device.h b/include/linux/device.h
> index ba660731bd25..a8ce0dc3b758 100644
> --- a/include/linux/device.h
> +++ b/include/linux/device.h
> @@ -49,7 +49,7 @@ struct dev_iommu;
> /**
>  * struct subsys_interface - interfaces to device functions
>  * @name:       name of the device function
> - * @subsys:     subsytem of the devices to attach to
> + * @subsys:     subsystem of the devices to attach to
>  * @node:       the list of functions registered at the subsystem
>  * @add_dev:    device hookup to device function handler
>  * @remove_dev: device hookup to device function handler
> --
> 2.26.2
>
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ