RE: [PATCH v2 1/3] scsi: ufs: introduce vendor isr

From: Avri Altman
Date: Tue Sep 14 2021 - 07:53:50 EST



> On 9/13/21 00:55, Kiwoong Kim wrote:
> > +static inline irqreturn_t
> > +ufshcd_vendor_isr_def(struct ufs_hba *hba)
> > +{
> > + return IRQ_NONE;
> > +}
>
> Since "static inline irqreturn_t ufshcd_vendor_isr_def(struct ufs_hba
> *hba)" occupies less than 80 columns please use a single line for the
> declaration of this function.
btw, It is 100 now.

>
> Thanks,
>
> Bart.