mbox series

[0/5] staging: vchiq_core: Improve indentation

Message ID 20241010102250.236545-1-umang.jain@ideasonboard.com (mailing list archive)
Headers show
Series staging: vchiq_core: Improve indentation | expand

Message

Umang Jain Oct. 10, 2024, 10:22 a.m. UTC
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(-)