Re: [PATCH 02/11 V2] Staging: bcm: Remove typedef for _U_IP_ADDRESS and call directly.

2013-10-29 Thread Greg KH
On Tue, Oct 29, 2013 at 01:10:07PM -0400, Kevin McKinney wrote: > On Tue, Oct 29, 2013 at 1:04 PM, Greg KH wrote: > > On Tue, Oct 29, 2013 at 01:01:39PM -0400, Kevin McKinney wrote: > > Sure, I will resend these patches.  I tried to be careful, and apply all > other > > patches be

Re: [PATCH 02/11 V2] Staging: bcm: Remove typedef for _U_IP_ADDRESS and call directly.

2013-10-29 Thread Greg KH
On Tue, Oct 29, 2013 at 01:01:39PM -0400, Kevin McKinney wrote: > Sure, I will resend these patches.  I tried to be careful, and apply all other > patches before I re-did mine. I must have missed something. I will resend. In > the past I developed my patches against the linux-next branch.  Is this

Re: [PATCH 02/11 V2] Staging: bcm: Remove typedef for _U_IP_ADDRESS and call directly.

2013-10-29 Thread Greg KH
On Tue, Oct 29, 2013 at 09:01:48AM -0700, Greg KH wrote: > On Mon, Oct 28, 2013 at 11:51:39PM -0400, Kevin McKinney wrote: > > This patch removes typedef for _U_IP_ADDRESS, and > > changes the name of the struct to bcm_ip_address. In > > addition, any calls to struct "U_IP_ADDRESS" are > > changed

Re: [PATCH 02/11 V2] Staging: bcm: Remove typedef for _U_IP_ADDRESS and call directly.

2013-10-29 Thread Greg KH
On Mon, Oct 28, 2013 at 11:51:39PM -0400, Kevin McKinney wrote: > This patch removes typedef for _U_IP_ADDRESS, and > changes the name of the struct to bcm_ip_address. In > addition, any calls to struct "U_IP_ADDRESS" are > changed to call directly. > > Signed-off-by: Kevin McKinney Someone alre

[PATCH 02/11 V2] Staging: bcm: Remove typedef for _U_IP_ADDRESS and call directly.

2013-10-28 Thread Kevin McKinney
This patch removes typedef for _U_IP_ADDRESS, and changes the name of the struct to bcm_ip_address. In addition, any calls to struct "U_IP_ADDRESS" are changed to call directly. Signed-off-by: Kevin McKinney --- drivers/staging/bcm/Adapter.h |8 1 file changed, 4 insertions(+), 4 de