]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
usb: typec: tcpm: Fix spelling mistake "atleast" -> "at least"
authorColin Ian King <colin.king@canonical.com>
Thu, 26 Aug 2021 12:39:59 +0000 (13:39 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Aug 2021 08:30:13 +0000 (10:30 +0200)
There are spelling mistakes in a comment and a literal string.
Fix them.

Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20210826123959.14838-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/tcpm/tcpm.c

index 049f4c61ee8240fb79fa68d902890a2290cc97e1..b981fc39fa3c8dec7e8f3f61a086324908468db0 100644 (file)
@@ -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
  * @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] =