2021-04-12 23:35:36

by Mitali Borkar

[permalink] [raw]
Subject: [PATCH v2 0/2] staging: vc04_services: cleanup patchset for style issues

Changes from v1:- Threaded mails properly and changed the subject line
to match prefix on patches.
[PATCH 1/2]:- No changes.
[PATCH 2/2]:- No changes.

Mitali Borkar (2):
staging: vc04_services: remove trailing whitespace
staging: vc04_services: rectify spelling mistake

drivers/staging/vc04_services/interface/TODO | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

--
2.30.2


2021-04-12 23:53:56

by Mitali Borkar

[permalink] [raw]
Subject: [PATCH v2 1/2] staging: vc04_services: remove trailing whitespace

Removed trailing whitespace to adhere to linux kernel coding style.
Reported by checkpatch.

Signed-off-by: Mitali Borkar <[email protected]>
---

Changes from v1:- No changes.

drivers/staging/vc04_services/interface/TODO | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/vc04_services/interface/TODO b/drivers/staging/vc04_services/interface/TODO
index 0bcb8f158afc..adb28f46ba67 100644
--- a/drivers/staging/vc04_services/interface/TODO
+++ b/drivers/staging/vc04_services/interface/TODO
@@ -27,8 +27,8 @@ unused.
3) Make driver more portable

Building this driver with arm/multi_v7_defconfig or arm64/defconfig
-leads to data corruption during the following command:
-
+leads to data corruption during the following command:
+
vchiq_test -f 1

This should be fixed.
--
2.30.2