Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8e02a3fd authored by Anson Jacob's avatar Anson Jacob Committed by Greg Kroah-Hartman
Browse files

staging: emxx_udc: Fix checkpatch warning



Fix checkpatch.pl warning
Block comments use * on subsequent lines

Signed-off-by: default avatarAnson Jacob <ansonjacob.aj@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent dda3e265
Loading
Loading
Loading
Loading
+1 −3
Original line number Original line Diff line number Diff line
@@ -2264,9 +2264,7 @@ static int _nbu2ss_enable_controller(struct nbu2ss_udc *udc)
	if (udc->udc_enabled)
	if (udc->udc_enabled)
		return 0;
		return 0;


	/*
	/* Reset */
		Reset
	*/
	_nbu2ss_bitset(&udc->p_regs->EPCTR, (DIRPD | EPC_RST));
	_nbu2ss_bitset(&udc->p_regs->EPCTR, (DIRPD | EPC_RST));
	udelay(EPC_RST_DISABLE_TIME);	/* 1us wait */
	udelay(EPC_RST_DISABLE_TIME);	/* 1us wait */