summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@linaro.org>2012-01-12 13:11:07 +0100
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:07:18 +0200
commit42ed8e2dcd853a1d53e4a30c6fb1dba4e2cb7e7a (patch)
treed013f687c51a5938c47ca1b2229971c6066de571 /arch
parentb2d7e3663953da7a80a705ec1f04c7019a4b017c (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')
-rw-r--r--arch/arm/mach-ux500/include/mach/isa_ioctl.h9
-rw-r--r--arch/arm/mach-ux500/include/mach/mbox_channels-db5500.h1
-rw-r--r--arch/arm/mach-ux500/include/mach/sim_detect.h1
-rw-r--r--arch/arm/mach-ux500/mloader-db8500.c1
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);
-