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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 10 Aug 2021 09:59:39 +0300 From: Dan Carpenter <dan.carpenter@...cle.com> To: Larry Finger <Larry.Finger@...inger.net> Cc: gregkh@...uxfoundation.org, phil@...lpotter.co.uk, linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org Subject: Re: [PATCH] staging: r8188eu: Replace BITn with BIT(n) On Mon, Aug 09, 2021 at 01:20:06PM -0500, Larry Finger wrote: > -#define IMR_TSF_BIT32_TOGGLE_88E BIT24 /* TSF Timer BIT32 toggle indication interrupt */ > +#define IMR_TSF_BIT32_TOGGLE_88E BIT(24) /* TSF Timer BIT(3)2 toggle indication interrupt */ ^^^^^^^ Typo here. You can clean it up in a follow on patch. regards, dan carpenter
Powered by blists - more mailing lists