[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120914.154227.677746835040890172.davem@davemloft.net>
Date: Fri, 14 Sep 2012 15:42:27 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: erwanaliasr1@...il.com
Cc: netdev@...r.kernel.org, rick.jones2@...com
Subject: Re: [PATCH V3] ipconfig: Inform user if carrier is not ready
Your email client is still corrupting this patch.
Turn off all transformations in your outgoing emails such as
text formatting and such.
In fact, email the patch to yourself, and make sure you can successfully
apply the result.
Also, you have formatted the comment improperly.
Don't format comments:
/* Like
this. */
but rather, format them:
/* Like
* this.
*/
You also didn't style the variable declaration and assignment properly,
there must be a space around the "=" sign, like this:
unsigned int loops = 0;
Thanks.
--
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