Skip to content

Commit

Permalink
staging: tty: fixed some whitespace coding style issues
Browse files Browse the repository at this point in the history
Fixed some whitespace coding style issues.

Signed-off-by: Ralf Thielow <ralf.thielow@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Ralf Thielow authored and Greg Kroah-Hartman committed Jun 28, 2011
1 parent f80d1d2 commit f5a22e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/tty/cd1865.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#define SX_ID 0x10

/* Definitions for Cirrus Logic CL-CD186x 8-port async mux chip */

#define CD186x_NCH 8 /* Total number of channels */
#define CD186x_TPC 16 /* Ticks per character */
#define CD186x_NFIFO 8 /* TX FIFO size */
Expand Down Expand Up @@ -95,7 +95,7 @@


/* Global Interrupt Channel Register (R/W) */

#define GICR_CHAN 0x1c /* Channel Number Mask */
#define GICR_CHAN_OFF 2 /* Channel Number shift */

Expand Down

0 comments on commit f5a22e9

Please sign in to comment.