[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <61D8D34BB13CFE408D154529C120E079032320E2@eseldmw101.eemea.ericsson.se>
Date: Fri, 22 Jan 2010 12:05:18 +0100
From: Sjur Brændeland <sjur.brandeland@...ricsson.com>
To: "Randy Dunlap" <randy.dunlap@...cle.com>
Cc: <netdev@...r.kernel.org>, <davem@...emloft.net>,
<marcel@...tmann.org>, <stefano.babic@...ic.homelinux.org>
Subject: RE: [PATCH net-next-2.6 02/13] net-caif: add CAIF header files
Hi Randy.
Randy Dunlap wrote:
> Just a couple of nits here (below):
>> +++ b/include/linux/caif/caif_config.h
> ...
>> +struct caif_channel_config {
>> + char name[16];
>> + enum caif_channel_type type;
>> + unsigned priority;
>> + enum caif_phy_preference phy_pref;
>> + char phy_name[16];
>> +
>> + /** Union of channel type-specific configuration parameters.
>
> Don't use /** here.
OK,
>
>> +
>> +/**
>> + * struct ifcaif_param - Parameters for creating CAIF Network
>> Interface. + * + * When using SIOCCAIFNETNEW to create a CAIF IP
>> interface, this +structure + * is used for configuration data.
>> + * The attribute ifr_ifru.ifru_data in struct struct ifreq must be
>> +set + * point at an instance of struct ifcaif_param.
>> + *
>> + * @ipv4_connid: Connection ID for IPv4 PDP Context.
>> + * @ipv6_connid: Connection ID for IPv6 PDP Context.
>> + * @loop: If different from zero, device is doing loopback + */
>> +struct ifcaif_param {
>> + __u32 ipv4_connid;
>> + __u32 ipv6_connid;
>> + __u8 loop;
>> +};
>> +
>> +/**
>> + * enum ifla_caif
>
> Above line needs " - <short description>" on it.
Sure, I'll add that - thanks.
>
BR/Sjur
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists