On Thursday 26 January 2012 17:21:44 Troy Kisky wrote:
> +/* This is used to set board specific things like clock skew */
> +unsigned short ksz9021_por_cmds[] = {

static const

> +int ksz9021_send_phy_cmds(struct phy_device *phydev, unsigned short* p)

static

> +     for (;;) {

personally, i'd prefer:
        while (1) {
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to