can: gs_usb: gs_usb_probe(): align block comment

Indent block comment so that it aligns the * on each line.

Link: https://lore.kernel.org/all/20230718-gs_usb-cleanups-v1-2-c3b9154ec605@pengutronix.de
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
Marc Kleine-Budde 2023-07-06 13:08:43 +02:00
parent f1a14714bf
commit 5780148bed

View File

@ -1443,8 +1443,8 @@ static int gs_usb_probe(struct usb_interface *intf,
dev->canch[i]->parent = dev;
/* set RX packet size based on FD and if hardware
* timestamps are supported.
*/
* timestamps are supported.
*/
if (dev->canch[i]->can.ctrlmode_supported & CAN_CTRLMODE_FD) {
if (dev->canch[i]->feature & GS_CAN_FEATURE_HW_TIMESTAMP)
hf_size_rx = struct_size(hf, canfd_ts, 1);