summaryrefslogtreecommitdiff
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-06-05 10:40:10 +0200
commit5d4a27bafbd3715a9ed69f34de9e88483576b962 (patch)
treedb374deee8e5de2cb8ebf0f08a5daf48556f4b40
parente635e4a8ce02dfac53e4591c3df7ed5c42e36b68 (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>
-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);
-