aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/atm/sscop/ng_sscop.c
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2020-09-01 21:19:14 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2020-09-01 21:19:14 +0000
commit662c13053f4bf2d6245ba7e2b66c10d1cd5c1fb9 (patch)
tree5cffe4473640975abc443ef4b8047b34cdb4a039 /sys/netgraph/atm/sscop/ng_sscop.c
parent586ee69f09c5060621486b34722a4a806581f93d (diff)
downloadsrc-662c13053f4bf2d6245ba7e2b66c10d1cd5c1fb9.tar.gz
src-662c13053f4bf2d6245ba7e2b66c10d1cd5c1fb9.zip
net: clean up empty lines in .c and .h files
Notes
Notes: svn path=/head/; revision=365071
Diffstat (limited to 'sys/netgraph/atm/sscop/ng_sscop.c')
-rw-r--r--sys/netgraph/atm/sscop/ng_sscop.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/netgraph/atm/sscop/ng_sscop.c b/sys/netgraph/atm/sscop/ng_sscop.c
index 67a3f07efd83..b15ef5e258a1 100644
--- a/sys/netgraph/atm/sscop/ng_sscop.c
+++ b/sys/netgraph/atm/sscop/ng_sscop.c
@@ -302,7 +302,6 @@ flow_upper(node_p node, struct ng_mesg *msg)
q = (struct ngm_queue_state *)msg->data;
switch (msg->header.cmd) {
-
case NGM_HIGH_WATER_PASSED:
if (priv->flow) {
VERBOSE(priv, SSCOP_DBG_FLOW, (priv->sscop, priv,
@@ -355,7 +354,6 @@ flow_lower(node_p node, struct ng_mesg *msg)
return (EINVAL);
switch (msg->header.cmd) {
-
case NGM_HIGH_WATER_PASSED:
sscop_setbusy(priv->sscop, 1);
break;
@@ -435,7 +433,6 @@ text_status(node_p node, struct priv *priv, char *arg, u_int len)
return (sbuf_len(&sbuf));
}
-
/*
* Control message received.
*/
@@ -450,10 +447,8 @@ ng_sscop_rcvmsg(node_p node, item_p item, hook_p lasthook)
NGI_GET_MSG(item, msg);
switch (msg->header.typecookie) {
-
case NGM_GENERIC_COOKIE:
switch (msg->header.cmd) {
-
case NGM_TEXT_STATUS:
NG_MKRESPONSE(resp, msg, NG_TEXTRESPONSE, M_NOWAIT);
if (resp == NULL) {
@@ -482,7 +477,6 @@ ng_sscop_rcvmsg(node_p node, item_p item, hook_p lasthook)
case NGM_SSCOP_COOKIE:
switch (msg->header.cmd) {
-
case NGM_SSCOP_GETPARAM:
{
struct sscop_param *p;
@@ -864,7 +858,6 @@ ng_sscop_mod_event(module_t mod, int event, void *data)
int error = 0;
switch (event) {
-
case MOD_LOAD:
break;