From: Chen Gang <gang.chen@asianux•com>
To: Jiri Kosina <jkosina@suse•cz>,
isdn@linux-pingi•de, Jiri Slaby <jslaby@suse•cz>
Cc: Greg KH <gregkh@linuxfoundation•org>,
alan@linux•intel.com, netdev <netdev@vger•kernel.org>
Subject: drivers/isdn: beautify code, delete 'break' after 'return'
Date: Wed, 27 Feb 2013 17:13:31 +0800 [thread overview]
Message-ID: <512DCE3B.3050107@asianux.com> (raw)
delete 'break' statement after 'return' statement
Signed-off-by: Chen Gang <gang.chen@asianux•com>
---
drivers/isdn/i4l/isdn_tty.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/isdn/i4l/isdn_tty.c b/drivers/isdn/i4l/isdn_tty.c
index d8a7d83..925a7ed 100644
--- a/drivers/isdn/i4l/isdn_tty.c
+++ b/drivers/isdn/i4l/isdn_tty.c
@@ -3425,7 +3425,6 @@ isdn_tty_parse_at(modem_info *info)
p++;
isdn_tty_cmd_ATA(info);
return;
- break;
case 'D':
/* D - Dial */
if (info->msr & UART_MSR_DCD)
--
1.7.7.6
next reply other threads:[~2013-02-27 9:13 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-27 9:13 Chen Gang [this message]
2013-02-27 9:14 ` drivers/isdn: beautify code, delete 'break' after 'return' Chen Gang
2013-02-27 9:16 ` [PATCH] " Chen Gang
2013-03-15 2:04 ` Chen Gang
2013-03-18 13:25 ` Jiri Kosina
2013-03-19 0:53 ` Chen Gang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=512DCE3B.3050107@asianux.com \
--to=gang.chen@asianux$(echo .)com \
--cc=alan@linux$(echo .)intel.com \
--cc=gregkh@linuxfoundation$(echo .)org \
--cc=isdn@linux-pingi$(echo .)de \
--cc=jkosina@suse$(echo .)cz \
--cc=jslaby@suse$(echo .)cz \
--cc=netdev@vger$(echo .)kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox