David Howells <dhowells@xxxxxxxxxx> wrote: > > Can we have something like this for 'flags'? > > There's a __print_flags() which should work. One thing I'm concerned about > there is how do we handle more flags being added - does that count as an ABI > break if the printed format changes? > > SMBus flags are basically the same as I2C flags, right? Hmmm... __print_flags() seems to append a string if a flag is set, and doesn't if it isn't set. It places a separator between each string. I would prefer something that emits a single char per flag or a dash if it isn't present. Are you okay with that? David -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html