arch/risc-v/src/mpfs/hardware: fix alignment in comment

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko 2022-10-22 22:53:23 +02:00 committed by Xiang Xiao
parent 33f903178e
commit a74dddd2ff

View File

@ -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