Skip to content

Commit

Permalink
tty: Fix formatting in tty.h
Browse files Browse the repository at this point in the history
Someone added a new ldisc number and messed up the tabbing. Fix it before
anyone else copies it.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Nov 9, 2010
1 parent 3da39bc commit 65f8e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/tty.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
#define N_V253 19 /* Codec control over voice modem */
#define N_CAIF 20 /* CAIF protocol for talking to modems */
#define N_GSM0710 21 /* GSM 0710 Mux */
#define N_TI_WL 22 /* for TI's WL BT, FM, GPS combo chips */
#define N_TI_WL 22 /* for TI's WL BT, FM, GPS combo chips */

/*
* This character is the same as _POSIX_VDISABLE: it cannot be used as
Expand Down

0 comments on commit 65f8e44

Please sign in to comment.