kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Adam Thomson <Adam.Thomson.Opensource@diasemi.com>
To: Colin King <colin.king@canonical.com>,
	Guenter Roeck <linux@roeck-us.net>,
	Heikki Krogerus <heikki.krogerus@linux.intel.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	"linux-usb@vger.kernel.org" <linux-usb@vger.kernel.org>
Cc: "kernel-janitors@vger.kernel.org"
	<kernel-janitors@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: RE: [PATCH] usb: typec: tcpm: Fix spelling mistake "atleast" -> "at least"
Date: Thu, 26 Aug 2021 15:12:24 +0000	[thread overview]
Message-ID: <DB9PR10MB46526F54459472C249DA397480C79@DB9PR10MB4652.EURPRD10.PROD.OUTLOOK.COM> (raw)
In-Reply-To: <20210826123959.14838-1-colin.king@canonical.com>

On 26 August 2021 13:40, Colin King wrote:

> From: Colin Ian King <colin.king@canonical.com>
> 
> There are spelling mistakes in a comment and a literal string.
> Fix them.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/usb/typec/tcpm/tcpm.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/usb/typec/tcpm/tcpm.c b/drivers/usb/typec/tcpm/tcpm.c
> index 049f4c61ee82..b981fc39fa3c 100644
> --- a/drivers/usb/typec/tcpm/tcpm.c
> +++ b/drivers/usb/typec/tcpm/tcpm.c
> @@ -278,7 +278,7 @@ struct pd_mode_data {
>   * @req_max_curr: Requested max current of the port partner
>   * @req_out_volt: Requested output voltage to the port partner
>   * @req_op_curr: Requested operating current to the port partner
> - * @supported: Parter has atleast one APDO hence supports PPS
> + * @supported: Parter has at least one APDO hence supports PPS

Actually 'Parter' should be 'Partner' here as well.

>   * @active: PPS mode is active
>   */
>  struct pd_pps_data {
> @@ -2050,7 +2050,7 @@ enum pdo_err {
> 
>  static const char * const pdo_err_msg[] = {
>  	[PDO_ERR_NO_VSAFE5V] =
> -	" err: source/sink caps should atleast have vSafe5V",
> +	" err: source/sink caps should at least have vSafe5V",
>  	[PDO_ERR_VSAFE5V_NOT_FIRST] =
>  	" err: vSafe5V Fixed Supply Object Shall always be the first object",
>  	[PDO_ERR_PDO_TYPE_NOT_IN_ORDER] =
> --
> 2.32.0


      parent reply	other threads:[~2021-08-26 15:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-26 12:39 [PATCH] usb: typec: tcpm: Fix spelling mistake "atleast" -> "at least" Colin King
2021-08-26 13:58 ` Guenter Roeck
2021-08-26 14:06 ` Heikki Krogerus
2021-08-26 15:12 ` Adam Thomson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DB9PR10MB46526F54459472C249DA397480C79@DB9PR10MB4652.EURPRD10.PROD.OUTLOOK.COM \
    --to=adam.thomson.opensource@diasemi.com \
    --cc=colin.king@canonical.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=heikki.krogerus@linux.intel.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=linux@roeck-us.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).