On Sat, Oct 21, 2023 at 09:20:29AM +0800, Hou Tao wrote: > >> Eh, if it's trouble I can fix it in the future. I know single space is > >> more common, but percpu was written with double so I'm trying my best to > >> keep the file consistent. > > Ok. Fair enough. > > Force pushed with double space. > > Thanks for the fixes. When I copied the sentence from the email, there > was indeed double spaces in it, but I simply ignored and "fixed" it, and > I also didn't double check the used style in mm/percpu.c. Will be more > carefully next time. FWIW, they are double spaced because emacs used to default to double spacing and would never break single space when flowing paragraphs. e.g. If you write "asdf fdsa. blah", it would never break the line between fdsa and blah, sometimes leading to weird flowing. I just accepted that as a fact of life and got used to double spacing. I did change the config quite a while ago and now am using single space like a normal person. So, it's upto Dennis but at least I don't mind gradually losing the double spaces. No need to go through the files and convert them all at once, but if the comment is gonna change anyway... Thanks. -- tejun