Phillip Wood <phillip.wood123@xxxxxxxxx> writes: >> while (1) { >> - for (i = 0; >> + for (int i = 0; > > Here we are moving the declaration to the loop. > > Am I missing something, I don't understand how these changes match > this description in the commit message It matches the commit title, and makes it clear that this does not have to be part of this series. Ævar, try to do a focused series that achieves the objective of the topic well, without succumbing to the temptation of creature feep. It is especially important when you are taking other peoples' series hostage by requesting them to rebase on you. Thanks.