On 2018/12/3 17:15, Andy Shevchenko wrote: > On Mon, Dec 3, 2018 at 5:47 AM Yu Chen <chenyu56@xxxxxxxxxx> wrote: >> >> The Type-C drivers use USB role switch API to inform the >> system about the negotiated data role, so registering a role >> switch in the DRD code in order to support platforms with >> USB Type-C connectors. > >> + pr_info("%s:set role %d\n", __func__, role); > > Noise! > >> + return role; >> + > > Redundant blank line. > >> +} > OK. Thanks! Chen Yu