lkml.org 
[lkml]   [2021]   [Sep]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH v2 1/3] scsi: ufs: introduce vendor isr
From
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. Additionally, please leave out the
"inline" keyword since modern compilers are good at deciding when to
inline a function and when not.

Thanks,

Bart.

\
 
 \ /
  Last update: 2021-09-14 05:31    [W:0.080 / U:0.048 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site