[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ebdbb2eb-0339-40a7-9697-6148fcda81a2@acm.org>
Date: Wed, 1 Nov 2023 10:07:31 -0700
From: Bart Van Assche <bvanassche@....org>
To: Can Guo <quic_cang@...cinc.com>, mani@...nel.org,
stanley.chu@...iatek.com, adrian.hunter@...el.com,
beanhuo@...ron.com, avri.altman@....com, junwoo80.lee@...sung.com,
martin.petersen@...cle.com
Cc: linux-scsi@...r.kernel.org, Alim Akhtar <alim.akhtar@...sung.com>,
"James E.J. Bottomley" <jejb@...ux.ibm.com>,
Lu Hongfei <luhongfei@...o.com>,
open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v3] scsi: ufs: ufs-sysfs: Expose UFS power info
On 10/31/23 21:00, Can Guo wrote:
> + return sysfs_emit(buf, "%s\n", hba->pwr_info.hs_rate ?
> + ufshcd_ufs_hs_gear_to_string(hba->pwr_info.gear_rx) :
> + ufshcd_ufs_pwm_gear_to_string(hba->pwr_info.gear_rx));
> +}
A nit: this is not how kernel code should be indented. I think that
"ufshcd_..." should be aligned with "buf,".
Anyway:
Reviewed-by: Bart Van Assche <bvanassche@....org>
Powered by blists - more mailing lists