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:   Mon, 30 Nov 2020 15:01:16 +0100
From:   "Rafael J. Wysocki" <rafael@...nel.org>
To:     Thierry Reding <thierry.reding@...il.com>
Cc:     Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        "Rafael J . Wysocki" <rafael@...nel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] driver core: Fix a couple of typos

On Fri, Nov 27, 2020 at 11:46 AM Thierry Reding
<thierry.reding@...il.com> wrote:
>
> From: Thierry Reding <treding@...dia.com>
>
> These were just some minor typos that have crept in recently and are
> easily fixed.
>
> Signed-off-by: Thierry Reding <treding@...dia.com>

Reviewed-by: Rafael J. Wysocki <rafael.j.wysocki@...el.com>

> ---
>  drivers/base/core.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/base/core.c b/drivers/base/core.c
> index 1165a80f8010..5e3600eb3ab2 100644
> --- a/drivers/base/core.c
> +++ b/drivers/base/core.c
> @@ -468,7 +468,7 @@ postcore_initcall(devlink_class_init);
>   * with runtime PM.  First, setting the DL_FLAG_PM_RUNTIME flag will cause the
>   * runtime PM framework to take the link into account.  Second, if the
>   * DL_FLAG_RPM_ACTIVE flag is set in addition to it, the supplier devices will
> - * be forced into the active metastate and reference-counted upon the creation
> + * be forced into the active meta state and reference-counted upon the creation
>   * of the link.  If DL_FLAG_PM_RUNTIME is not set, DL_FLAG_RPM_ACTIVE will be
>   * ignored.
>   *
> @@ -491,7 +491,7 @@ postcore_initcall(devlink_class_init);
>   * Also, if DL_FLAG_STATELESS, DL_FLAG_AUTOREMOVE_CONSUMER and
>   * DL_FLAG_AUTOREMOVE_SUPPLIER are not set in @flags (that is, a persistent
>   * managed device link is being added), the DL_FLAG_AUTOPROBE_CONSUMER flag can
> - * be used to request the driver core to automaticall probe for a consmer
> + * be used to request the driver core to automatically probe for a consumer
>   * driver after successfully binding a driver to the supplier device.
>   *
>   * The combination of DL_FLAG_STATELESS and one of DL_FLAG_AUTOREMOVE_CONSUMER,
> --
> 2.29.2
>

Powered by blists - more mailing lists