Re: [PATCH v2] rockchip: saradc: remove double semi-colon

2022-03-14 Thread Kever Yang
On 2022/3/14 17:09, Giulio Benetti wrote: Remove double semi-colon that has been forgotten while adding the driver. This is only a style fix since it doesn't change the functionality of the driver. Signed-off-by: Giulio Benetti Reviewed-by: Kever Yang Thanks, - Kever --- V1->V2: * Impr

[PATCH v2] rockchip: saradc: remove double semi-colon

2022-03-14 Thread Giulio Benetti
Remove double semi-colon that has been forgotten while adding the driver. This is only a style fix since it doesn't change the functionality of the driver. Signed-off-by: Giulio Benetti --- V1->V2: * Improved commit log as suggested by Kever Yang --- drivers/adc/rockchip-saradc.c | 2 +- 1 file