Re: [PATCH] powerpc/mm: fix repeated words in comments

From: Segher Boessenkool
Date: Sun Jul 24 2022 - 21:51:57 EST


On Sun, Jul 24, 2022 at 02:36:22PM +0800, wangjianli wrote:
> Delete the redundant word 'so'.

> /* It would be nice if this was a BUILD_BUG_ON(), but at the
> * moment, gcc doesn't seem to recognize is_power_of_2 as a
> - * constant expression, so so much for that. */
> + * constant expression, so much for that. */

It is not redundant here. The first "so" means "therefore", and the
second "so" means "to such a great extent".


Segher