[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20081225.165219.83442602.davem@davemloft.net>
Date: Thu, 25 Dec 2008 16:52:19 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: ddaney@...iumnetworks.com
Cc: linux-mips@...ux-mips.org, netdev@...r.kernel.org
Subject: Re: [PATCH 3/3] netdev: New driver for OCTEON's MGMT ethernet
devices.
From: David Daney <ddaney@...iumnetworks.com>
Date: Fri, 19 Dec 2008 15:43:12 -0800
> +#define CVMX_MDIO_PHY_REG_CONTROL 0
> +union cvmx_mdio_phy_reg_control {
> + uint16_t u16;
> + struct {
> + uint16_t reset:1;
> + uint16_t loopback:1;
> + uint16_t speed_lsb:1;
Please use the standard Linux in-kernel types for fixed sized
integers, such as u16, u32, etc.
Having a union member named the same as a standard type defined in the
kernel is very confusing.
--
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