public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/2] USB: trancevibrator: remove redundant space
@ 2022-08-11  9:02 Dongliang Mu
  2022-08-11  9:02 ` [PATCH v2 2/2] USB: trancevibrator: simplify tv_probe Dongliang Mu
  2022-08-11  9:06 ` [PATCH v2 1/2] USB: trancevibrator: remove redundant space Greg Kroah-Hartman
  0 siblings, 2 replies; 6+ messages in thread
From: Dongliang Mu @ 2022-08-11  9:02 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Dongliang Mu; +Cc: linux-usb, linux-kernel

From: Dongliang Mu <mudongliangabcd@gmail.com>

remove a redundant space after usb_get_intfdata

Signed-off-by: Dongliang Mu <mudongliangabcd@gmail.com>
---
 drivers/usb/misc/trancevibrator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/misc/trancevibrator.c b/drivers/usb/misc/trancevibrator.c
index 26baba3ab7d7..55cb63652eda 100644
--- a/drivers/usb/misc/trancevibrator.c
+++ b/drivers/usb/misc/trancevibrator.c
@@ -106,7 +106,7 @@ static void tv_disconnect(struct usb_interface *interface)
 {
 	struct trancevibrator *dev;
 
-	dev = usb_get_intfdata (interface);
+	dev = usb_get_intfdata(interface);
 	usb_set_intfdata(interface, NULL);
 	usb_put_dev(dev->udev);
 	kfree(dev);
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-08-12  6:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-11  9:02 [PATCH v2 1/2] USB: trancevibrator: remove redundant space Dongliang Mu
2022-08-11  9:02 ` [PATCH v2 2/2] USB: trancevibrator: simplify tv_probe Dongliang Mu
2022-08-11  9:06   ` Greg Kroah-Hartman
2022-08-12  0:21     ` Dongliang Mu
2022-08-12  5:59       ` Greg Kroah-Hartman
2022-08-11  9:06 ` [PATCH v2 1/2] USB: trancevibrator: remove redundant space Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox