[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20220221122751.GG3965@kadam>
Date: Mon, 21 Feb 2022 15:27:52 +0300
From: Dan Carpenter <dan.carpenter@...cle.com>
To: Philipp Hortmann <philipp.g.hortmann@...il.com>
Cc: Forest Bond <forest@...ttletooquiet.net>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/3] staging: vt6656: Fix CamelCase warnings in mac.h and
mac.c
On Sun, Feb 20, 2022 at 09:30:29PM +0100, Philipp Hortmann wrote:
> /* Bits in the EnhanceCFG_2 register */
> -#define EnCFG_NXTBTTCFPSTR BIT(0)
> -#define EnCFG_BarkerPream BIT(1)
> -#define EnCFG_PktBurstMode BIT(2)
> +#define EN_CFG_NXTBTTCFPSTR BIT(0)
> +#define EN_CFG_BARKER_PREAM BIT(1)
> +#define EN_CFG_PKT_BURST_MO BIT(2)
Presumably you mean "_MD" for mode instead "_MO"?
regards,
dan carpenter
Powered by blists - more mailing lists