Hi, On Tue, Jun 28, 2022 at 12:48:42PM +0800, Xin Ji wrote: > diff --git a/drivers/usb/typec/anx7411.c b/drivers/usb/typec/anx7411.c > new file mode 100644 > index 000000000000..76e4b5fc0d9e > --- /dev/null > +++ b/drivers/usb/typec/anx7411.c > @@ -0,0 +1,1564 @@ > +// SPDX-License-Identifier: GPL-2.0-only > + > +/* > + * Copyright(c) 2022, Analogix Semiconductor. All rights reserved. > + * > + */ Could you also add a line to that comment that tells what this driver is? So something like this: /* * Driver for Analogix ANX7411 USB Type-C and PD controller * * Copyright(c) 2022, Analogix Semiconductor. All rights reserved. */ thanks, -- heikki