[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20140326.165452.947626238773658226.davem@davemloft.net>
Date: Wed, 26 Mar 2014 16:54:52 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: weiyang@...ux.vnet.ibm.com
Cc: ogerlitz@...lanox.com, jackm@....mellanox.co.il,
netdev@...r.kernel.org
Subject: Re: [PATCH net-next] net/mlx4_core: pass pci_device_id.driver_data
to __mlx4_init_one during reset
From: Wei Yang <weiyang@...ux.vnet.ibm.com>
Date: Tue, 25 Mar 2014 22:10:19 +0800
> + const struct pci_device_id* id;
This is not the correct way to format a pointer declaration, it's
TYPE *VAR;
not
TYPE* VAR;
--
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