Skip to content

Commit

Permalink
ACPI: minor printk format change in acpi_pad
Browse files Browse the repository at this point in the history
Minor format change.

Signed-off-by: Naga Chumbalkar <nagananda.chumbalkar@hp.com>
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Naga Chumbalkar authored and Len Brown committed Mar 23, 2011
1 parent 32297ab commit cdf2a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/acpi_pad.c
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ static void acpi_pad_notify(acpi_handle handle, u32 event,
dev_name(&device->dev), event, 0);
break;
default:
printk(KERN_WARNING"Unsupported event [0x%x]\n", event);
printk(KERN_WARNING "Unsupported event [0x%x]\n", event);
break;
}
}
Expand Down

0 comments on commit cdf2a4e

Please sign in to comment.