linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] staging: vchiq_core: Improve indentation
@ 2024-10-10 10:22 Umang Jain
  2024-10-10 10:22 ` [PATCH 1/5] staging: vchiq_core: Fix white space indentation error Umang Jain
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Umang Jain @ 2024-10-10 10:22 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Broadcom internal kernel review list
  Cc: linux-rpi-kernel, linux-arm-kernel, linux-staging, linux-kernel,
	Kieran Bingham, Dan Carpenter, Stefan Wahren, Laurent Pinchart,
	Umang Jain

Small self-contained series to improve indentation on vchiq_core.c.
Mostly addressed by reflowing code long lines under 80 columns to adhere
to coding style guidelines.

The dev_dbg() statements are left untouched. Followed the principle
mentioned in the guidelines as:

```
However, never break user-visible strings such as printk messages,
because that breaks the ability to grep for them.
```


Hridesh MG (1):
  staging: vchiq_core: Fix white space indentation error

Umang Jain (4):
  staging: vchiq_core: Indent static_assert on single line
  staging: vchiq_core: Reflow long lines to 80 columns
  staging: vchiq_core: Macros indentation fix
  staging: vchiq_core: Locally cache cache_line_size information

 .../interface/vchiq_arm/vchiq_core.c          | 317 +++++++++++-------
 1 file changed, 194 insertions(+), 123 deletions(-)

-- 
2.45.2



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

end of thread, other threads:[~2024-10-11  4:45 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-10 10:22 [PATCH 0/5] staging: vchiq_core: Improve indentation Umang Jain
2024-10-10 10:22 ` [PATCH 1/5] staging: vchiq_core: Fix white space indentation error Umang Jain
2024-10-10 16:54   ` Stefan Wahren
2024-10-10 10:22 ` [PATCH 2/5] staging: vchiq_core: Indent static_assert on single line Umang Jain
2024-10-10 16:55   ` Stefan Wahren
2024-10-10 10:22 ` [PATCH 3/5] staging: vchiq_core: Reflow long lines to 80 columns Umang Jain
2024-10-11  4:36   ` Greg Kroah-Hartman
2024-10-10 10:22 ` [PATCH 4/5] staging: vchiq_core: Macros indentation fix Umang Jain
2024-10-10 16:50   ` Stefan Wahren
2024-10-11  4:36     ` Greg Kroah-Hartman
2024-10-10 10:22 ` [PATCH 5/5] staging: vchiq_core: Locally cache cache_line_size information Umang Jain
2024-10-10 16:52   ` Stefan Wahren
2024-10-11  4:39   ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).