Re: [PATCH 10/13] platform/chrome: cros_ec_proto: arrange get_host_command_version_mask()

From: Tzung-Bi Shih
Date: Mon Jun 06 2022 - 20:55:42 EST


On Mon, Jun 06, 2022 at 09:09:25AM -0700, Guenter Roeck wrote:
> On Mon, Jun 6, 2022 at 7:12 AM Tzung-Bi Shih <tzungbi@xxxxxxxxxx> wrote:
> >
> > - cros_ec_get_host_command_version_mask() is a private (static) function.
> > Rename it to get_host_command_version_mask().
>
> Personally I prefer to still have prefixes, even for static functions.
> If the idea is to have a shorter function name, maybe shorten the rest
> of the function name a bit.

Ack, will fix in next version.