diff options
author | Philippe Langlais <philippe.langlais@linaro.org> | 2012-01-12 13:11:07 +0100 |
---|---|---|
committer | Philippe Langlais <philippe.langlais@linaro.org> | 2012-03-19 09:02:42 +0100 |
commit | 4cb03e151d9dd450f91a1cde8566fe8f7487e5df (patch) | |
tree | 11665cf06fb731623fa6fb285ddf595f8959e6cb /arch/arm | |
parent | 0769e8cfb3360798a783b0bbb0b55f30087f87eb (diff) |
modem: ux500: Coding style fixes
Fix the most obvious violations of the kernel coding style
Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-ux500/include/mach/isa_ioctl.h | 9 | ||||
-rw-r--r-- | arch/arm/mach-ux500/include/mach/mbox_channels-db5500.h | 1 | ||||
-rw-r--r-- | arch/arm/mach-ux500/include/mach/sim_detect.h | 1 | ||||
-rw-r--r-- | 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 <http://www.gnu.org/licenses/>. */ @@ -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); - |