From: Benjamin Romer Date: Tue, 4 Nov 2014 16:25:19 +0000 (-0500) Subject: staging: unisys: fix line over 80 characters in mapit() X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~438 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92d00cf0f52198dd364f88eda254cb140e458fe6;p=pandora-kernel.git staging: unisys: fix line over 80 characters in mapit() The error output in mapit() in memregion_direct.c has variables past the 80 character limit. Move them to the next line, but the string constant will still go past the limit, and that's okay. Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed