Message ID | 1610505748-30616-11-git-send-email-chunfeng.yun@mediatek.com (mailing list archive) |
---|---|
State | Accepted |
Commit | ba9fc77cbf00943b3ae100c4315980a74faf345a |
Headers | show |
Series | [RESEND,v4,01/11] usb: gadget: bdc: fix improper SPDX comment style for header file | expand |
Chunfeng Yun <chunfeng.yun@mediatek.com> writes: > fix the warning: > WARNING:REPEATED_WORD: Possible repeated word: 'and' > > Cc: Florian Fainelli <f.fainelli@gmail.com> > Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com> > Acked-by: Florian Fainelli <f.fainelli@gmail.com> Acked-by: Felipe Balbi <balbi@kernel.org>
diff --git a/drivers/usb/gadget/udc/bdc/bdc_ep.c b/drivers/usb/gadget/udc/bdc/bdc_ep.c index d227d2682dd8..8e2f20b12519 100644 --- a/drivers/usb/gadget/udc/bdc/bdc_ep.c +++ b/drivers/usb/gadget/udc/bdc/bdc_ep.c @@ -1405,7 +1405,7 @@ static int ep0_set_sel(struct bdc *bdc, } /* - * Queue a 0 byte bd only if wLength is more than the length and and length is + * Queue a 0 byte bd only if wLength is more than the length and length is * a multiple of MaxPacket then queue 0 byte BD */ static int ep0_queue_zlp(struct bdc *bdc)