[PATCH v2 5/6] USB: serial: ftdi_sio: Fix misaligned block comment

Dominik Karol Piątkowski posted 6 patches 8 months, 3 weeks ago
There is a newer version of this series
[PATCH v2 5/6] USB: serial: ftdi_sio: Fix misaligned block comment
Posted by Dominik Karol Piątkowski 8 months, 3 weeks ago
One of the block comments was misaligned. Fix it to align with code
style.

Signed-off-by: Dominik Karol Piątkowski <dominik.karol.piatkowski@protonmail.com>
---

v2: Split the patch into smaller patches

 drivers/usb/serial/ftdi_sio.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/serial/ftdi_sio.h b/drivers/usb/serial/ftdi_sio.h
index 55ea61264f91..d671d2194c64 100644
--- a/drivers/usb/serial/ftdi_sio.h
+++ b/drivers/usb/serial/ftdi_sio.h
@@ -95,7 +95,7 @@
  *
  * The Purge RX and TX buffer commands affect nothing except the buffers
  *
-   */
+ */
 
 /* FTDI_SIO_SET_BAUDRATE */
 #define FTDI_SIO_SET_BAUDRATE_REQUEST_TYPE 0x40
-- 
2.34.1