From 5312dbe9bd44f354f35b3b77649e4fc580100f0c Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Thu, 24 Aug 2006 02:53:26 -0400 Subject: Trim trailing whitespace. --- ibm_emac.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ibm_emac.c') diff --git a/ibm_emac.c b/ibm_emac.c index b2dfffa..7974836 100644 --- a/ibm_emac.c +++ b/ibm_emac.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004, 2005 Zultys Technologies + * Copyright (c) 2004, 2005 Zultys Technologies * Eugene Surovegin or */ #include @@ -9,13 +9,13 @@ #include "ethtool-util.h" /* Ethtool get_regs complex data. - * we want to get not just EMAC registers, but also MAL, ZMII, RGMII, TAH + * we want to get not just EMAC registers, but also MAL, ZMII, RGMII, TAH * when available. - * - * Returned BLOB consists of the ibm_emac_ethtool_regs_hdr, + * + * Returned BLOB consists of the ibm_emac_ethtool_regs_hdr, * MAL registers, EMAC registers and optional ZMII, RGMII, TAH registers. * Each register component is preceded with emac_ethtool_regs_subhdr. - * Order of the optional headers follows their relative bit posititions + * Order of the optional headers follows their relative bit posititions * in emac_ethtool_regs_hdr.components */ #define EMAC_ETHTOOL_REGS_ZMII 0x00000001 -- cgit v1.2.1