All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] remove whitespace and rectify spelling error
@ 2021-04-11 19:45 Mitali Borkar
  2021-04-11 19:46 ` [PATCH 1/2] staging: vc04_services: remove trailing whitespace Mitali Borkar
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mitali Borkar @ 2021-04-11 19:45 UTC (permalink / raw)
  To: nsaenzjulienne, gregkh
  Cc: linux-staging, linux-kernel, outreachy-kernel, mitali_s

This patch fixes whitespace and spelling mistake issue.

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/2] staging: vc04_services: remove trailing whitespace
  2021-04-11 19:45 [PATCH 0/2] remove whitespace and rectify spelling error Mitali Borkar
@ 2021-04-11 19:46 ` Mitali Borkar
  2021-04-11 19:46 ` [PATCH 2/2] staging: vc04_services: rectify spelling mistake Mitali Borkar
  2021-04-12  9:31 ` [PATCH 0/2] remove whitespace and rectify spelling error Greg KH
  2 siblings, 0 replies; 4+ messages in thread
From: Mitali Borkar @ 2021-04-11 19:46 UTC (permalink / raw)
  To: nsaenzjulienne, gregkh
  Cc: linux-staging, linux-kernel, outreachy-kernel, mitali_s

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

Signed-off-by: Mitali Borkar <mitaliborkar810@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] staging: vc04_services: rectify spelling mistake
  2021-04-11 19:45 [PATCH 0/2] remove whitespace and rectify spelling error Mitali Borkar
  2021-04-11 19:46 ` [PATCH 1/2] staging: vc04_services: remove trailing whitespace Mitali Borkar
@ 2021-04-11 19:46 ` Mitali Borkar
  2021-04-12  9:31 ` [PATCH 0/2] remove whitespace and rectify spelling error Greg KH
  2 siblings, 0 replies; 4+ messages in thread
From: Mitali Borkar @ 2021-04-11 19:46 UTC (permalink / raw)
  To: nsaenzjulienne, gregkh
  Cc: linux-staging, linux-kernel, outreachy-kernel, mitali_s

Corrected the misspelled word.
Reported by checkpatch.

Signed-off-by: Mitali Borkar <mitaliborkar810@gmail.com>
---
 drivers/staging/vc04_services/interface/TODO | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/vc04_services/interface/TODO b/drivers/staging/vc04_services/interface/TODO
index adb28f46ba67..39810ce017cd 100644
--- a/drivers/staging/vc04_services/interface/TODO
+++ b/drivers/staging/vc04_services/interface/TODO
@@ -37,7 +37,7 @@ This should be fixed.
 
 Even the VPU firmware doesn't support a VCHI re-connect, the driver
 should properly handle a module unload. This also includes that all
-resouces must be freed (kthreads, debugfs entries, ...) and global
+resources must be freed (kthreads, debugfs entries, ...) and global
 variables avoided.
 
 5) Cleanup logging mechanism
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/2] remove whitespace and rectify spelling error
  2021-04-11 19:45 [PATCH 0/2] remove whitespace and rectify spelling error Mitali Borkar
  2021-04-11 19:46 ` [PATCH 1/2] staging: vc04_services: remove trailing whitespace Mitali Borkar
  2021-04-11 19:46 ` [PATCH 2/2] staging: vc04_services: rectify spelling mistake Mitali Borkar
@ 2021-04-12  9:31 ` Greg KH
  2 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2021-04-12  9:31 UTC (permalink / raw)
  To: Mitali Borkar
  Cc: nsaenzjulienne, linux-staging, linux-kernel, outreachy-kernel,
	mitali_s

On Mon, Apr 12, 2021 at 01:15:52AM +0530, Mitali Borkar wrote:
> This patch fixes whitespace and spelling mistake issue.

"this" is not a patch, it is a 0/X email.

Also your subject line does not match the prefix on the patches, please
fix up.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-04-12  9:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-11 19:45 [PATCH 0/2] remove whitespace and rectify spelling error Mitali Borkar
2021-04-11 19:46 ` [PATCH 1/2] staging: vc04_services: remove trailing whitespace Mitali Borkar
2021-04-11 19:46 ` [PATCH 2/2] staging: vc04_services: rectify spelling mistake Mitali Borkar
2021-04-12  9:31 ` [PATCH 0/2] remove whitespace and rectify spelling error Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.