From a74dddd2ff28bb7cda21ba3206e39273e1b69a34 Mon Sep 17 00:00:00 2001 From: Petro Karashchenko Date: Sat, 22 Oct 2022 22:53:23 +0200 Subject: [PATCH] arch/risc-v/src/mpfs/hardware: fix alignment in comment Signed-off-by: Petro Karashchenko --- arch/risc-v/src/mpfs/hardware/mpfs_usb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/risc-v/src/mpfs/hardware/mpfs_usb.h b/arch/risc-v/src/mpfs/hardware/mpfs_usb.h index bdbda06d4b..863044d8dd 100644 --- a/arch/risc-v/src/mpfs/hardware/mpfs_usb.h +++ b/arch/risc-v/src/mpfs/hardware/mpfs_usb.h @@ -393,8 +393,8 @@ struct mpfs_req_s { struct usbdev_req_s req; /* Standard USB request */ struct mpfs_req_s *flink; /* Supports a singly linked list */ - uint16_t inflight; /* Number of TX bytes tansmitting or - * number of RX bytes we are waiting */ + uint16_t inflight; /* Number of TX bytes transmitting or + * number of RX bytes we are waiting */ }; union wb_u