]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/e1000e/ich8lan.c
e1000e: typo corrections
[net-next-2.6.git] / drivers / net / e1000e / ich8lan.c
index 8b5e157e9c879e2cd0c7d4373ada56e31d0ce251..5059c22155d9bb59f9a89862644a1ad1c8cb8563 100644 (file)
@@ -1622,7 +1622,7 @@ static s32 e1000_flash_cycle_init_ich8lan(struct e1000_hw *hw)
        /* Check if the flash descriptor is valid */
        if (hsfsts.hsf_status.fldesvalid == 0) {
                e_dbg("Flash descriptor invalid.  "
-                        "SW Sequencing must be used.");
+                        "SW Sequencing must be used.\n");
                return -E1000_ERR_NVM;
        }
 
@@ -1671,7 +1671,7 @@ static s32 e1000_flash_cycle_init_ich8lan(struct e1000_hw *hw)
                        hsfsts.hsf_status.flcdone = 1;
                        ew16flash(ICH_FLASH_HSFSTS, hsfsts.regval);
                } else {
-                       e_dbg("Flash controller busy, cannot get access");
+                       e_dbg("Flash controller busy, cannot get access\n");
                }
        }
 
@@ -1822,7 +1822,7 @@ static s32 e1000_read_flash_data_ich8lan(struct e1000_hw *hw, u32 offset,
                                continue;
                        } else if (hsfsts.hsf_status.flcdone == 0) {
                                e_dbg("Timeout error - flash cycle "
-                                        "did not complete.");
+                                        "did not complete.\n");
                                break;
                        }
                }