From 5d4a27bafbd3715a9ed69f34de9e88483576b962 Mon Sep 17 00:00:00 2001 From: Philippe Langlais Date: Thu, 12 Jan 2012 13:11:07 +0100 Subject: modem: ux500: Coding style fixes Fix the most obvious violations of the kernel coding style Signed-off-by: Jonas Aaberg --- arch/arm/mach-ux500/include/mach/isa_ioctl.h | 9 ++++----- arch/arm/mach-ux500/include/mach/mbox_channels-db5500.h | 1 - arch/arm/mach-ux500/include/mach/sim_detect.h | 1 - arch/arm/mach-ux500/mloader-db8500.c | 1 - 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/arch/arm/mach-ux500/include/mach/isa_ioctl.h b/arch/arm/mach-ux500/include/mach/isa_ioctl.h index b05726f8c3c..b1f3ba159da 100644 --- a/arch/arm/mach-ux500/include/mach/isa_ioctl.h +++ b/arch/arm/mach-ux500/include/mach/isa_ioctl.h @@ -5,10 +5,10 @@ /* Free Software Foundation; either version 2.1 of the License, or */ /* (at your option) any later version. */ /* */ -/* This program is distributed in the hope that it will be useful, but */ -/* WITHOUT ANY WARRANTY; without even the implied warranty of */ -/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */ -/* See the GNU General Public License for more details. */ +/* This program is distributed in the hope that it will be useful, but */ +/* WITHOUT ANY WARRANTY; without even the implied warranty of */ +/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */ +/* See the GNU General Public License for more details. */ /* */ /* You should have received a copy of the GNU General Public License */ /* along with this program. If not, see . */ @@ -48,4 +48,3 @@ DLP IOCTLs for Userland _IOWR(DLP_IOCTL_MAGIC_NUMBER, 3, struct t_dlp_message *) #endif /*__MODEM_IPC_INCLUDED*/ - diff --git a/arch/arm/mach-ux500/include/mach/mbox_channels-db5500.h b/arch/arm/mach-ux500/include/mach/mbox_channels-db5500.h index 549a9c2c8cb..20940e11875 100644 --- a/arch/arm/mach-ux500/include/mach/mbox_channels-db5500.h +++ b/arch/arm/mach-ux500/include/mach/mbox_channels-db5500.h @@ -80,4 +80,3 @@ int mbox_channel_revoke_messages(u16 channel); int mbox_channel_deregister(u16 channel); #endif /*INC_STE_MBOX_H*/ - diff --git a/arch/arm/mach-ux500/include/mach/sim_detect.h b/arch/arm/mach-ux500/include/mach/sim_detect.h index 8d6e81f1e8a..4dae656b7e0 100644 --- a/arch/arm/mach-ux500/include/mach/sim_detect.h +++ b/arch/arm/mach-ux500/include/mach/sim_detect.h @@ -13,4 +13,3 @@ struct sim_detect_platform_data { }; #endif - diff --git a/arch/arm/mach-ux500/mloader-db8500.c b/arch/arm/mach-ux500/mloader-db8500.c index 6171a9db82f..b13652f55cb 100644 --- a/arch/arm/mach-ux500/mloader-db8500.c +++ b/arch/arm/mach-ux500/mloader-db8500.c @@ -79,4 +79,3 @@ static int __init early_modem_trace(char *p) return 0; } early_param("mem_mtrace", early_modem_trace); - -- cgit v1.2.3