Re: [PATCH] Fix all coding-style warnings on lm75 driver

2020-05-04 Thread Michał Orzeł
On 05.05.2020 03:58, Guenter Roeck wrote: > On Thu, Apr 30, 2020 at 04:05:34PM +0200, Michal Orzel wrote: >> Check/fix all warnings generated by checkpatch.pl script on LM75 driver. >> >> Signed-off-by: Michal Orzel > > Applied, but for the future please prepend your patches with something

Re: [PATCH] Fix all coding-style warnings on lm75 driver

2020-05-04 Thread Guenter Roeck
On Thu, Apr 30, 2020 at 04:05:34PM +0200, Michal Orzel wrote: > Check/fix all warnings generated by checkpatch.pl script on LM75 driver. > > Signed-off-by: Michal Orzel Applied, but for the future please prepend your patches with something like "subsystem: driver:", or for hwmon "hwmon:

[PATCH] Fix all coding-style warnings on lm75 driver

2020-04-30 Thread Michal Orzel
Check/fix all warnings generated by checkpatch.pl script on LM75 driver. Signed-off-by: Michal Orzel --- drivers/hwmon/lm75.c | 8 ++-- drivers/hwmon/lm75.h | 31 +-- 2 files changed, 23 insertions(+), 16 deletions(-) diff --git a/drivers/hwmon/lm75.c