On Sun, Sep 15, 2019 at 10:53:00AM +0100, Jonathan Cameron wrote:
> On Sat, 14 Sep 2019 02:06:27 +0530
> Rohit Sarkar wrote:
>
> > Bcc:
> > Subject: [PATCH] staging: iio: adis16240: remove unused include
> > Reply-To:
> Something odd happened here with patch
Bcc:
Subject: [PATCH] staging: iio: adis16240: remove unused include
Reply-To:
'#include' isn't being used anywhere. Remove it.
Signed-off-by: Rohit Sarkar
---
drivers/staging/iio/accel/adis16240.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/iio/accel
When the number of bytes to be printed exceeds the limit snprintf
returns the number of bytes that would have been printed (if there was
no truncation). This might cause issues, hence use scnprintf which
returns the actual number of bytes printed to buffer always.
Signed-off-by: Rohit Sarkar
Fix checkpatch warning by adding the SPDX license identifier.
Signed-off-by: Rohit Sarkar
---
drivers/staging/goldfish/goldfish_audio.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/staging/goldfish/goldfish_audio.c
b/drivers/staging/goldfish/goldfish_audio.c
index 3a75df1d2a0a
"Exiting" instead of "Exitting"
Signed-off-by: Rohit Sarkar
---
drivers/staging/wlan-ng/prism2fw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/wlan-ng/prism2fw.c
b/drivers/staging/wlan-ng/prism2fw.c
index f99626ca6bdc..a2c851c74bef
5 matches
Mail list logo