Commit bc963d92 authored by Rene Herman's avatar Rene Herman Committed by Greg Kroah-Hartman

[PATCH] missing closing \n in printk

parent 37791214
...@@ -126,7 +126,7 @@ find_table_max_address(struct smbios_device *sdev) ...@@ -126,7 +126,7 @@ find_table_max_address(struct smbios_device *sdev)
if(keep_going != 0) if(keep_going != 0)
printk(KERN_INFO "Warning: SMBIOS table does not end with a" printk(KERN_INFO "Warning: SMBIOS table does not end with a"
" structure type 127. This may indicate a" " structure type 127. This may indicate a"
" truncated table."); " truncated table.\n");
if(sdev->smbios_table_real_length != max_length) if(sdev->smbios_table_real_length != max_length)
printk(KERN_INFO "Warning: BIOS specified SMBIOS table length" printk(KERN_INFO "Warning: BIOS specified SMBIOS table length"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment