On Wed, 25 Nov 2020 21:33:48 +0900 Bongsu Jeon wrote:
> > > + } else {
> > > + /* if nci version is 2.0, then use the feature parameters */
> > > + nci_send_cmd(ndev, NCI_OP_CORE_INIT_CMD, sizeof(struct
> > > nci_core_init_v2_cmd), cmd);
> >
> > Please wrap this line.This line is 100 characters long, prefer wrapping at 80 wherever possible. Makes the code more readable (for me at least).
