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

From: Kiwoong Kim
Date: Tue Sep 14 2021 - 01:13:51 EST


> 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. Additionally, please leave out the "inline"
> keyword since modern compilers are good at deciding when to inline a
> function and when not.

Got it. Thanks.