[PATCH 0/5] staging: vchiq_core: Improve indentation
From: Umang Jain
Date: Thu Oct 10 2024 - 06:23:36 EST
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