On Thu, Feb 01, 2018 at 06:15:39PM +0200, Stanislav Nijnikov wrote: > This patch introduces a sysfs group entry for the UFS interconnect > descriptor parameters. The group adds "interconnect_descriptor" folder > under the UFS driver sysfs entry (/sys/bus/platform/drivers/ufshcd/*). > The parameters are shown as hexadecimal numbers. The full information > about the parameters could be found at UFS specifications 2.1. > > Signed-off-by: Stanislav Nijnikov <[email protected]> > > Reviewed-by: Greg Kroah-Hartman <[email protected]>
Nit, you should not have blank lines between these two statements, otherwise tools can get confused. You do that in later patches as well. thanks, greg k-h

