Re: [PATCH 17/19] z2ram: reindent

From: Finn Thain
Date: Thu Aug 27 2020 - 19:25:02 EST



> @@ -109,34 +111,28 @@ static void get_z2ram(void)
...
> }
> -
> - return;
> }
>

It would be good to have a semantic patch for that change.

>
> - if (z2ram_map[z2ram_size] == 0) {
> + if (z2ram_map[z2ram_size] == 0)
> break;
> - }
>

And that one.

Reason being, a semantic patch only has to be debugged once, whereas
manual churn has to be done correctly over and over again.

TBH, this kind of transformation can happen when code is displayed.
It doesn't have to involve git at all. Otherwise, why have 5 billion
transistors? You'd be better off with an Amiga.