>> + if (!a && !Woverride_init_whole_range) { >> + // If first entry is the whole range, do not let >> + // any warning about it (this allow to initialize >> + // an array with some default value and then override >> + // some specific entries). > > You might want to use some C style multi line comment /* ... */ > Using // for multiple line is a bit strange. > > Applied to sparse-next, but if you have update version I will > apply that as well. Yes, I tend to always use the C++ style because I'm a lazy typer :) I'll change it since I've others changes for this serie. Luc -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html