[netdrvr pcnet_cs, myri] trim trailing whitespace
diff --git a/drivers/net/myri10ge/myri10ge_mcp_gen_header.h b/drivers/net/myri10ge/myri10ge_mcp_gen_header.h
index 1d3a35f..487f779 100644
--- a/drivers/net/myri10ge/myri10ge_mcp_gen_header.h
+++ b/drivers/net/myri10ge/myri10ge_mcp_gen_header.h
@@ -7,17 +7,17 @@
  * the .data section, because some fields needs to be initialized at
  * compile time.
  * The 32bit word at offset MX_HEADER_PTR_OFFSET in the mcp must
- * contains the location of the header. 
- * 
+ * contains the location of the header.
+ *
  * Typically a MCP will start with the following:
  * .text
  * .space 52    ! to help catch MEMORY_INT errors
  * bt start     ! jump to real code
  * nop
  * .long _gen_mcp_header
- * 
+ *
  * The source will have a definition like:
- * 
+ *
  * mcp_gen_header_t gen_mcp_header = {
  * .header_length = sizeof(mcp_gen_header_t),
  * .mcp_type = MCP_TYPE_XXX,
@@ -46,11 +46,11 @@
 	unsigned string_specs_len;
 
 	/* Fields above this comment are guaranteed to be present.
-	 * 
+	 *
 	 * Fields below this comment are extensions added in later versions
 	 * of this struct, drivers should compare the header_length against
 	 * offsetof(field) to check wether a given MCP implements them.
-	 * 
+	 *
 	 * Never remove any field.  Keep everything naturally align.
 	 */
 };