From: Robert Richter
> Sent: 18 February 2016 12:39
> From: Robert Richter
>
> Looks like the :1 notation was accidentally introduced (this still
> uses 1 byte per flag). Using bool instead, which is the common use.
>
> Signed-off-by: Robert Richter
> ---
> drivers/net/ethernet/cavium/thunder/
From: Robert Richter
Date: Thu, 18 Feb 2016 17:42:17 +0100
> On 18.02.16 11:05:14, David Miller wrote:
>> From: Robert Richter
>> Date: Thu, 18 Feb 2016 13:39:09 +0100
>>
>> > From: Robert Richter
>> >
>> > Looks like the :1 notation was accidentally introduced (this still
>> > uses 1 byte pe
On 18.02.16 11:05:14, David Miller wrote:
> From: Robert Richter
> Date: Thu, 18 Feb 2016 13:39:09 +0100
>
> > From: Robert Richter
> >
> > Looks like the :1 notation was accidentally introduced (this still
> > uses 1 byte per flag). Using bool instead, which is the common use.
> >
> > Signed-
From: Robert Richter
Date: Thu, 18 Feb 2016 13:39:09 +0100
> From: Robert Richter
>
> Looks like the :1 notation was accidentally introduced (this still
> uses 1 byte per flag). Using bool instead, which is the common use.
>
> Signed-off-by: Robert Richter
Such cleanups are not appropriate f
From: Robert Richter
Looks like the :1 notation was accidentally introduced (this still
uses 1 byte per flag). Using bool instead, which is the common use.
Signed-off-by: Robert Richter
---
drivers/net/ethernet/cavium/thunder/nic.h | 12 ++--
1 file changed, 6 insertions(+), 6 deletion