On 6/21/2017 4:23 PM, Stephen Hemminger wrote:
> On Wed, 21 Jun 2017 12:06:49 +0100
> Ferruh Yigit wrote:
>
>> +static struct ethtool_input_buffer {
>> +int magic;
>> +void *buffer;
>> +size_t length;
>> +struct completion *msg_received;
>> +int *err;
>> +u32 in_use;
>> +}
On Wed, 21 Jun 2017 12:06:49 +0100
Ferruh Yigit wrote:
> +static struct ethtool_input_buffer {
> + int magic;
> + void *buffer;
> + size_t length;
> + struct completion *msg_received;
> + int *err;
> + u32 in_use;
> +} ethtool_input_buffer
Naming in kernel is important. T
2 matches
Mail list logo