*
  * Ben Dooks, Copyright (c) 2003-2008 Simtec Electronics
  *     http://armlinux.simtec.co.uk/
-*/
+ */
 
 /* Hote on 2410 error handling
  *
  * and change the policy on BREAK
  *
  * BJD, 04-Nov-2004
-*/
+ */
 
 #if defined(CONFIG_SERIAL_SAMSUNG_CONSOLE) && defined(CONFIG_MAGIC_SYSRQ)
 #define SUPPORT_SYSRQ
 
        /* if there isn't anything more to transmit, or the uart is now
         * stopped, disable the uart and exit
-       */
+        */
 
        if (uart_circ_empty(xmit) || uart_tx_stopped(port)) {
                s3c24xx_serial_stop_tx(port);
        ourport->tx_claimed = 1;
 
        /* the port reset code should have done the correct
-        * register setup for the port controls */
+        * register setup for the port controls
+        */
 
        return ret;
 
  * baud clocks (and the resultant actual baud rates) and then tries to
  * pick the closest one and select that.
  *
-*/
+ */
 
 #define MAX_CLK_NAME_LENGTH 15
 
 /* s3c24xx_serial_resetport
  *
  * reset the fifos and other the settings.
-*/
+ */
 
 static void s3c24xx_serial_resetport(struct uart_port *port,
                                   struct s3c2410_uartcfg *cfg)
 
        if (val == CPUFREQ_PRECHANGE) {
                /* we should really shut the port down whilst the
-                * frequency change is in progress. */
+                * frequency change is in progress.
+                */
 
        } else if (val == CPUFREQ_POSTCHANGE) {
                struct ktermios *termios;