On Thu, Sep 17, 2020 at 06:17:39PM +0300, Dmitry Osipenko wrote: > 17.09.2020 18:02, Dmitry Osipenko пишет: > > 17.09.2020 15:32, Thierry Reding пишет: > > ... > >>> /** > >>> - * struct tegra_i2c_hw_feature : Different HW support on Tegra > >>> - * @has_continue_xfer_support: Continue transfer supports. > >>> + * struct tegra_i2c_hw_feature : per hardware generation features > >> > >> I think that space before ':' can go away. Although that's preexisting, > >> so could also be a separate patch, I guess. > > > > I haven't even noticed that! > > > > Wait, that ':' is used only for the struct description, hence it > actually looks natural in the code. What makes the struct description different from the field descriptions? A description list is basically: : And it doesn't matter what exactly is. Thierry