[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [XEN PATCH 11/11] xen/serial: address a violation of MISRA C:2012 Rule 8.2
Add missing parameter name. No functional change. Signed-off-by: Federico Serafini <federico.serafini@xxxxxxxxxxx> --- In my previous patch for serial.h I missed one parameter: sorry for that. --- xen/include/xen/serial.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/xen/serial.h b/xen/include/xen/serial.h index 8d64fb5e86..870ca2f6eb 100644 --- a/xen/include/xen/serial.h +++ b/xen/include/xen/serial.h @@ -181,7 +181,7 @@ static void inline xhci_dbc_uart_init(void) {}; void arm_uart_init(void); struct physdev_dbgp_op; -int dbgp_op(const struct physdev_dbgp_op *); +int dbgp_op(const struct physdev_dbgp_op *op); /* Baud rate was pre-configured before invoking the UART driver. */ #define BAUD_AUTO (-1) -- 2.34.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |