Skip to content
Snippets Groups Projects
Commit 48e362dd authored by Colin Ian King's avatar Colin Ian King Committed by Tony Luck
Browse files

ia64/err-inject: fix spelling mistake: "capapbilities" -> "capabilities"


Trivial fix to spelling mistake in debug message text.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 69c90702
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ store_call_start(struct device *dev, struct device_attribute *attr,
#ifdef ERR_INJ_DEBUG
printk(KERN_DEBUG "Returns: status=%d,\n", (int)status[cpu]);
printk(KERN_DEBUG "capapbilities=%lx,\n", capabilities[cpu]);
printk(KERN_DEBUG "capabilities=%lx,\n", capabilities[cpu]);
printk(KERN_DEBUG "resources=%lx\n", resources[cpu]);
#endif
return size;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment