Re: [PATCH 1/2] MAINTAINERS: Add entry for fieldbus subsystem

From: Sven Van Asbroeck
Date: Thu May 23 2019 - 16:26:21 EST


On Thu, May 23, 2019 at 4:00 PM Joe Perches <joe@xxxxxxxxxxx> wrote:
> patch 2/2 specifically covers the anybuss directory,
> but the Documentation directory has no matching pattern.

Thank you for spotting that, I will re-spin the set.

>
> trivia: anybuss looks like a misspelling.
> It might be better as anybus-s.
>

This came up as well during the review process. When we insert a separator,
the include files start looking like anybus-s-controller.h, and the structs
become like struct anybus_s_ops. It then no longer looks like a misspelling,
but becomes harder to read?

An alternative solution is to get rid of the 's' suffix altogether. Anybus-S
is the only flavour we support right now. Although that may obviously
change in the future.