[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-usb
Subject:    Re: [PATCH v4 01/12] drivers: base: Unified device connection lookup
From:       Hans de Goede <hdegoede () redhat ! com>
Date:       2018-02-28 15:06:38
Message-ID: 5d0084b1-77c1-ae2b-1623-a2e1bf4b0c22 () redhat ! com
[Download RAW message or body]

Hi,

On 26-02-18 20:34, Randy Dunlap wrote:
> On 02/26/2018 10:39 AM, Hans de Goede wrote:
>> diff --git a/include/linux/connection.h b/include/linux/connection.h
>> new file mode 100644
>> index 000000000000..0b4430eae53a
>> --- /dev/null
>> +++ b/include/linux/connection.h
>> @@ -0,0 +1,33 @@
>> +// SPDX-License-Identifier: GPL-2.0
>> +
>> +#ifndef _LINUX_CONNECTION_H_
>> +#define _LINUX_CONNECTION_H_
>> +
>> +#include <linux/list.h>
>> +
>> +struct device;
>> +
>> +/**
>> + * struct devcon - Device Connection Descriptor
>> + * @endpoint: The names of the two devices connected together
>> + * @id: Unique identifier for the connection
> 
> Hi,
>   * @list: <description>
> is missing above.

Thanks, fixed in v5, which I'm going to send out right
away since there have been no other remarks for the last 24h.

Regards,

Hans



> 
>> + */
>> +struct devcon {
>> +	const char		*endpoint[2];
>> +	const char		*id;
>> +	struct list_head	list;
>> +};
> 
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic