Skip to content

Commit

Permalink
drivers/tty/synclink: remove double comment
Browse files Browse the repository at this point in the history
Redundant comment line was removed

Signed-off-by: Edwin van Vliet <edwin@cheatah.nl>
Reviewed-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Edwin van Vliet authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent dcd83aa commit ae8dbd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/tty/synclink.c
Original file line number Diff line number Diff line change
Expand Up @@ -2124,7 +2124,6 @@ static int mgsl_write(struct tty_struct * tty,
if ( info->params.mode == MGSL_MODE_HDLC ||
info->params.mode == MGSL_MODE_RAW ) {
/* operating in synchronous (frame oriented) mode */
/* operating in synchronous (frame oriented) mode */
if (info->tx_active) {

if ( info->params.mode == MGSL_MODE_HDLC ) {
Expand Down

0 comments on commit ae8dbd3

Please sign in to comment.