[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090928.170821.124026517.davem@davemloft.net>
Date: Mon, 28 Sep 2009 17:08:21 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: sbhatewara@...are.com
Cc: linux-kernel@...r.kernel.org, netdev@...r.kernel.org,
shemminger@...ux-foundation.org, jgarzik@...ox.com,
anthony@...emonkey.ws, chrisw@...s-sol.org, greg@...ah.com,
akpm@...ux-foundation.org,
virtualization@...ts.linux-foundation.org, pv-drivers@...are.com
Subject: Re: [PATCH 2.6.31-rc9] net: VMware virtual Ethernet NIC driver:
vmxnet3
From: Shreyas Bhatewara <sbhatewara@...are.com>
Date: Mon, 28 Sep 2009 16:56:45 -0700
> + uint32_t rxdIdx:12; /* Index of the RxDesc */
Don't use uint32_t et al. sized types, use "u32" and friends
throughout.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists