lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ