diff mbox series

usb: typec: ucsi: ucsi_glink: Remove unneeded semicolon

Message ID 1aeccd98845a7dac584c08578b43a6c0@208suo.com (mailing list archive)
State New, archived
Headers show
Series usb: typec: ucsi: ucsi_glink: Remove unneeded semicolon | expand

Commit Message

baomingtong001@208suo.com June 27, 2023, 8:24 a.m. UTC
./drivers/usb/typec/ucsi/ucsi_glink.c:258:2-3: Unneeded semicolon

Signed-off-by: Mingtong Bao <baomingtong001@208suo.com>
---
  drivers/usb/typec/ucsi/ucsi_glink.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

  static void pmic_glink_ucsi_pdr_notify(void *priv, int state)

Comments

Greg Kroah-Hartman June 27, 2023, 8:33 a.m. UTC | #1
On Tue, Jun 27, 2023 at 04:24:59PM +0800, baomingtong001@208suo.com wrote:
> ./drivers/usb/typec/ucsi/ucsi_glink.c:258:2-3: Unneeded semicolon
> 
> Signed-off-by: Mingtong Bao <baomingtong001@208suo.com>
> ---
>  drivers/usb/typec/ucsi/ucsi_glink.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/usb/typec/ucsi/ucsi_glink.c
> b/drivers/usb/typec/ucsi/ucsi_glink.c
> index 1fe9cb5b6bd9..9b9685199d1a 100644
> --- a/drivers/usb/typec/ucsi/ucsi_glink.c
> +++ b/drivers/usb/typec/ucsi/ucsi_glink.c
> @@ -255,7 +255,7 @@ static void pmic_glink_ucsi_callback(const void *data,
> size_t len, void *priv)
>  	case UC_UCSI_USBC_NOTIFY_IND:
>  		schedule_work(&ucsi->notify_work);
>  		break;
> -	};
> +	}
>  }
> 
>  static void pmic_glink_ucsi_pdr_notify(void *priv, int state)
> -- 
> 2.40.1
> 

Hi,

This is the friendly patch-bot of Greg Kroah-Hartman.  You have sent him
a patch that has triggered this response.  He used to manually respond
to these common problems, but in order to save his sanity (he kept
writing the same thing over and over, yet to different people), I was
created.  Hopefully you will not take offence and will fix the problem
in your patch and resubmit it so that it can be accepted into the Linux
kernel tree.

You are receiving this message because of the following common error(s)
as indicated below:

- It looks like the From: line did not match the Signed-off-by: line.
  Please read the kernel file,
  Documentation/process/submitting-patches.rst for how to do this
  correctly.

If you wish to discuss this problem further, or you have questions about
how to resolve this issue, please feel free to respond to this email and
Greg will reply once he has dug out from the pending patches received
from other developers.

thanks,

greg k-h's patch email bot
diff mbox series

Patch

diff --git a/drivers/usb/typec/ucsi/ucsi_glink.c 
b/drivers/usb/typec/ucsi/ucsi_glink.c
index 1fe9cb5b6bd9..9b9685199d1a 100644
--- a/drivers/usb/typec/ucsi/ucsi_glink.c
+++ b/drivers/usb/typec/ucsi/ucsi_glink.c
@@ -255,7 +255,7 @@  static void pmic_glink_ucsi_callback(const void 
*data, size_t len, void *priv)
  	case UC_UCSI_USBC_NOTIFY_IND:
  		schedule_work(&ucsi->notify_work);
  		break;
-	};
+	}
  }