Linux USB
 help / color / mirror / Atom feed
From: baomingtong001@208suo.com
To: heikki.krogerus@linux.intel.com, gregkh@linuxfoundation.org,
	neil.armstrong@linaro.org, minhuadotchen@gmail.com,
	andersson@kernel.org
Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] usb: typec: ucsi: ucsi_glink: Remove unneeded semicolon
Date: Tue, 27 Jun 2023 16:24:59 +0800	[thread overview]
Message-ID: <1aeccd98845a7dac584c08578b43a6c0@208suo.com> (raw)

./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


             reply	other threads:[~2023-06-27  8:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-27  8:24 baomingtong001 [this message]
2023-06-27  8:33 ` [PATCH] usb: typec: ucsi: ucsi_glink: Remove unneeded semicolon Greg KH

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=1aeccd98845a7dac584c08578b43a6c0@208suo.com \
    --to=baomingtong001@208suo.com \
    --cc=andersson@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=heikki.krogerus@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=minhuadotchen@gmail.com \
    --cc=neil.armstrong@linaro.org \
    /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