s390/ctcm: remove incorrect kernel doc indicators
Many comments above functions start with a kernel doc indicator, but the comments are not using kernel doc style. Get rid of the warnings by simply removing the indicator. E.g.: drivers/s390/net/ctcm_main.c:979: warning: This comment starts with '/**', but isn't a kernel-doc comment. Acked-by: Alexandra Winter <wintera@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Karsten Graul <kgraul@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a9d5e3d78d
commit
a962cc4ba1
@ -182,7 +182,7 @@ static void ctcmpc_chx_attnbusy(fsm_instance *, int, void *);
|
|||||||
static void ctcmpc_chx_resend(fsm_instance *, int, void *);
|
static void ctcmpc_chx_resend(fsm_instance *, int, void *);
|
||||||
static void ctcmpc_chx_send_sweep(fsm_instance *fsm, int event, void *arg);
|
static void ctcmpc_chx_send_sweep(fsm_instance *fsm, int event, void *arg);
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Check return code of a preceding ccw_device call, halt_IO etc...
|
* Check return code of a preceding ccw_device call, halt_IO etc...
|
||||||
*
|
*
|
||||||
* ch : The channel, the error belongs to.
|
* ch : The channel, the error belongs to.
|
||||||
@ -223,7 +223,7 @@ void ctcm_purge_skb_queue(struct sk_buff_head *q)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* NOP action for statemachines
|
* NOP action for statemachines
|
||||||
*/
|
*/
|
||||||
static void ctcm_action_nop(fsm_instance *fi, int event, void *arg)
|
static void ctcm_action_nop(fsm_instance *fi, int event, void *arg)
|
||||||
@ -234,7 +234,7 @@ static void ctcm_action_nop(fsm_instance *fi, int event, void *arg)
|
|||||||
* Actions for channel - statemachines.
|
* Actions for channel - statemachines.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Normal data has been send. Free the corresponding
|
* Normal data has been send. Free the corresponding
|
||||||
* skb (it's in io_queue), reset dev->tbusy and
|
* skb (it's in io_queue), reset dev->tbusy and
|
||||||
* revert to idle state.
|
* revert to idle state.
|
||||||
@ -322,7 +322,7 @@ static void chx_txdone(fsm_instance *fi, int event, void *arg)
|
|||||||
ctcm_clear_busy_do(dev);
|
ctcm_clear_busy_do(dev);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Initial data is sent.
|
* Initial data is sent.
|
||||||
* Notify device statemachine that we are up and
|
* Notify device statemachine that we are up and
|
||||||
* running.
|
* running.
|
||||||
@ -344,7 +344,7 @@ void ctcm_chx_txidle(fsm_instance *fi, int event, void *arg)
|
|||||||
fsm_event(priv->fsm, DEV_EVENT_TXUP, ch->netdev);
|
fsm_event(priv->fsm, DEV_EVENT_TXUP, ch->netdev);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Got normal data, check for sanity, queue it up, allocate new buffer
|
* Got normal data, check for sanity, queue it up, allocate new buffer
|
||||||
* trigger bottom half, and initiate next read.
|
* trigger bottom half, and initiate next read.
|
||||||
*
|
*
|
||||||
@ -421,7 +421,7 @@ static void chx_rx(fsm_instance *fi, int event, void *arg)
|
|||||||
ctcm_ccw_check_rc(ch, rc, "normal RX");
|
ctcm_ccw_check_rc(ch, rc, "normal RX");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Initialize connection by sending a __u16 of value 0.
|
* Initialize connection by sending a __u16 of value 0.
|
||||||
*
|
*
|
||||||
* fi An instance of a channel statemachine.
|
* fi An instance of a channel statemachine.
|
||||||
@ -497,7 +497,7 @@ static void chx_firstio(fsm_instance *fi, int event, void *arg)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Got initial data, check it. If OK,
|
* Got initial data, check it. If OK,
|
||||||
* notify device statemachine that we are up and
|
* notify device statemachine that we are up and
|
||||||
* running.
|
* running.
|
||||||
@ -538,7 +538,7 @@ static void chx_rxidle(fsm_instance *fi, int event, void *arg)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Set channel into extended mode.
|
* Set channel into extended mode.
|
||||||
*
|
*
|
||||||
* fi An instance of a channel statemachine.
|
* fi An instance of a channel statemachine.
|
||||||
@ -578,7 +578,7 @@ static void ctcm_chx_setmode(fsm_instance *fi, int event, void *arg)
|
|||||||
ch->retry = 0;
|
ch->retry = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Setup channel.
|
* Setup channel.
|
||||||
*
|
*
|
||||||
* fi An instance of a channel statemachine.
|
* fi An instance of a channel statemachine.
|
||||||
@ -641,7 +641,7 @@ static void ctcm_chx_start(fsm_instance *fi, int event, void *arg)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Shutdown a channel.
|
* Shutdown a channel.
|
||||||
*
|
*
|
||||||
* fi An instance of a channel statemachine.
|
* fi An instance of a channel statemachine.
|
||||||
@ -682,7 +682,7 @@ static void ctcm_chx_haltio(fsm_instance *fi, int event, void *arg)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Cleanup helper for chx_fail and chx_stopped
|
* Cleanup helper for chx_fail and chx_stopped
|
||||||
* cleanup channels queue and notify interface statemachine.
|
* cleanup channels queue and notify interface statemachine.
|
||||||
*
|
*
|
||||||
@ -728,7 +728,7 @@ static void ctcm_chx_cleanup(fsm_instance *fi, int state,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* A channel has successfully been halted.
|
* A channel has successfully been halted.
|
||||||
* Cleanup it's queue and notify interface statemachine.
|
* Cleanup it's queue and notify interface statemachine.
|
||||||
*
|
*
|
||||||
@ -741,7 +741,7 @@ static void ctcm_chx_stopped(fsm_instance *fi, int event, void *arg)
|
|||||||
ctcm_chx_cleanup(fi, CTC_STATE_STOPPED, arg);
|
ctcm_chx_cleanup(fi, CTC_STATE_STOPPED, arg);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* A stop command from device statemachine arrived and we are in
|
* A stop command from device statemachine arrived and we are in
|
||||||
* not operational mode. Set state to stopped.
|
* not operational mode. Set state to stopped.
|
||||||
*
|
*
|
||||||
@ -754,7 +754,7 @@ static void ctcm_chx_stop(fsm_instance *fi, int event, void *arg)
|
|||||||
fsm_newstate(fi, CTC_STATE_STOPPED);
|
fsm_newstate(fi, CTC_STATE_STOPPED);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* A machine check for no path, not operational status or gone device has
|
* A machine check for no path, not operational status or gone device has
|
||||||
* happened.
|
* happened.
|
||||||
* Cleanup queue and notify interface statemachine.
|
* Cleanup queue and notify interface statemachine.
|
||||||
@ -768,7 +768,7 @@ static void ctcm_chx_fail(fsm_instance *fi, int event, void *arg)
|
|||||||
ctcm_chx_cleanup(fi, CTC_STATE_NOTOP, arg);
|
ctcm_chx_cleanup(fi, CTC_STATE_NOTOP, arg);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Handle error during setup of channel.
|
* Handle error during setup of channel.
|
||||||
*
|
*
|
||||||
* fi An instance of a channel statemachine.
|
* fi An instance of a channel statemachine.
|
||||||
@ -817,7 +817,7 @@ static void ctcm_chx_setuperr(fsm_instance *fi, int event, void *arg)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Restart a channel after an error.
|
* Restart a channel after an error.
|
||||||
*
|
*
|
||||||
* fi An instance of a channel statemachine.
|
* fi An instance of a channel statemachine.
|
||||||
@ -858,7 +858,7 @@ static void ctcm_chx_restart(fsm_instance *fi, int event, void *arg)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Handle error during RX initial handshake (exchange of
|
* Handle error during RX initial handshake (exchange of
|
||||||
* 0-length block header)
|
* 0-length block header)
|
||||||
*
|
*
|
||||||
@ -893,7 +893,7 @@ static void ctcm_chx_rxiniterr(fsm_instance *fi, int event, void *arg)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Notify device statemachine if we gave up initialization
|
* Notify device statemachine if we gave up initialization
|
||||||
* of RX channel.
|
* of RX channel.
|
||||||
*
|
*
|
||||||
@ -914,7 +914,7 @@ static void ctcm_chx_rxinitfail(fsm_instance *fi, int event, void *arg)
|
|||||||
fsm_event(priv->fsm, DEV_EVENT_RXDOWN, dev);
|
fsm_event(priv->fsm, DEV_EVENT_RXDOWN, dev);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Handle RX Unit check remote reset (remote disconnected)
|
* Handle RX Unit check remote reset (remote disconnected)
|
||||||
*
|
*
|
||||||
* fi An instance of a channel statemachine.
|
* fi An instance of a channel statemachine.
|
||||||
@ -946,7 +946,7 @@ static void ctcm_chx_rxdisc(fsm_instance *fi, int event, void *arg)
|
|||||||
ccw_device_halt(ch2->cdev, 0);
|
ccw_device_halt(ch2->cdev, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Handle error during TX channel initialization.
|
* Handle error during TX channel initialization.
|
||||||
*
|
*
|
||||||
* fi An instance of a channel statemachine.
|
* fi An instance of a channel statemachine.
|
||||||
@ -978,7 +978,7 @@ static void ctcm_chx_txiniterr(fsm_instance *fi, int event, void *arg)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Handle TX timeout by retrying operation.
|
* Handle TX timeout by retrying operation.
|
||||||
*
|
*
|
||||||
* fi An instance of a channel statemachine.
|
* fi An instance of a channel statemachine.
|
||||||
@ -1050,7 +1050,7 @@ done:
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Handle fatal errors during an I/O command.
|
* Handle fatal errors during an I/O command.
|
||||||
*
|
*
|
||||||
* fi An instance of a channel statemachine.
|
* fi An instance of a channel statemachine.
|
||||||
@ -1198,7 +1198,7 @@ int ch_fsm_len = ARRAY_SIZE(ch_fsm);
|
|||||||
* Actions for mpc channel statemachine.
|
* Actions for mpc channel statemachine.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Normal data has been send. Free the corresponding
|
* Normal data has been send. Free the corresponding
|
||||||
* skb (it's in io_queue), reset dev->tbusy and
|
* skb (it's in io_queue), reset dev->tbusy and
|
||||||
* revert to idle state.
|
* revert to idle state.
|
||||||
@ -1361,7 +1361,7 @@ done:
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Got normal data, check for sanity, queue it up, allocate new buffer
|
* Got normal data, check for sanity, queue it up, allocate new buffer
|
||||||
* trigger bottom half, and initiate next read.
|
* trigger bottom half, and initiate next read.
|
||||||
*
|
*
|
||||||
@ -1464,7 +1464,7 @@ again:
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Initialize connection by sending a __u16 of value 0.
|
* Initialize connection by sending a __u16 of value 0.
|
||||||
*
|
*
|
||||||
* fi An instance of a channel statemachine.
|
* fi An instance of a channel statemachine.
|
||||||
@ -1516,7 +1516,7 @@ done:
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Got initial data, check it. If OK,
|
* Got initial data, check it. If OK,
|
||||||
* notify device statemachine that we are up and
|
* notify device statemachine that we are up and
|
||||||
* running.
|
* running.
|
||||||
@ -2043,7 +2043,7 @@ int mpc_ch_fsm_len = ARRAY_SIZE(ctcmpc_ch_fsm);
|
|||||||
* Actions for interface - statemachine.
|
* Actions for interface - statemachine.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Startup channels by sending CTC_EVENT_START to each channel.
|
* Startup channels by sending CTC_EVENT_START to each channel.
|
||||||
*
|
*
|
||||||
* fi An instance of an interface statemachine.
|
* fi An instance of an interface statemachine.
|
||||||
@ -2068,7 +2068,7 @@ static void dev_action_start(fsm_instance *fi, int event, void *arg)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Shutdown channels by sending CTC_EVENT_STOP to each channel.
|
* Shutdown channels by sending CTC_EVENT_STOP to each channel.
|
||||||
*
|
*
|
||||||
* fi An instance of an interface statemachine.
|
* fi An instance of an interface statemachine.
|
||||||
@ -2122,7 +2122,7 @@ static void dev_action_restart(fsm_instance *fi, int event, void *arg)
|
|||||||
DEV_EVENT_START, dev);
|
DEV_EVENT_START, dev);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Called from channel statemachine
|
* Called from channel statemachine
|
||||||
* when a channel is up and running.
|
* when a channel is up and running.
|
||||||
*
|
*
|
||||||
@ -2183,7 +2183,7 @@ static void dev_action_chup(fsm_instance *fi, int event, void *arg)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Called from device statemachine
|
* Called from device statemachine
|
||||||
* when a channel has been shutdown.
|
* when a channel has been shutdown.
|
||||||
*
|
*
|
||||||
|
@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
/* Some common global variables */
|
/* Some common global variables */
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* The root device for ctcm group devices
|
* The root device for ctcm group devices
|
||||||
*/
|
*/
|
||||||
static struct device *ctcm_root_dev;
|
static struct device *ctcm_root_dev;
|
||||||
@ -65,7 +65,7 @@ static struct device *ctcm_root_dev;
|
|||||||
*/
|
*/
|
||||||
struct channel *channels;
|
struct channel *channels;
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Unpack a just received skb and hand it over to
|
* Unpack a just received skb and hand it over to
|
||||||
* upper layers.
|
* upper layers.
|
||||||
*
|
*
|
||||||
@ -180,7 +180,7 @@ void ctcm_unpack_skb(struct channel *ch, struct sk_buff *pskb)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Release a specific channel in the channel list.
|
* Release a specific channel in the channel list.
|
||||||
*
|
*
|
||||||
* ch Pointer to channel struct to be released.
|
* ch Pointer to channel struct to be released.
|
||||||
@ -192,7 +192,7 @@ static void channel_free(struct channel *ch)
|
|||||||
fsm_newstate(ch->fsm, CTC_STATE_IDLE);
|
fsm_newstate(ch->fsm, CTC_STATE_IDLE);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Remove a specific channel in the channel list.
|
* Remove a specific channel in the channel list.
|
||||||
*
|
*
|
||||||
* ch Pointer to channel struct to be released.
|
* ch Pointer to channel struct to be released.
|
||||||
@ -240,7 +240,7 @@ static void channel_remove(struct channel *ch)
|
|||||||
chid, ok ? "OK" : "failed");
|
chid, ok ? "OK" : "failed");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Get a specific channel from the channel list.
|
* Get a specific channel from the channel list.
|
||||||
*
|
*
|
||||||
* type Type of channel we are interested in.
|
* type Type of channel we are interested in.
|
||||||
@ -300,7 +300,7 @@ static long ctcm_check_irb_error(struct ccw_device *cdev, struct irb *irb)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Check sense of a unit check.
|
* Check sense of a unit check.
|
||||||
*
|
*
|
||||||
* ch The channel, the sense code belongs to.
|
* ch The channel, the sense code belongs to.
|
||||||
@ -414,7 +414,7 @@ int ctcm_ch_alloc_buffer(struct channel *ch)
|
|||||||
* Interface API for upper network layers
|
* Interface API for upper network layers
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Open an interface.
|
* Open an interface.
|
||||||
* Called from generic network layer when ifconfig up is run.
|
* Called from generic network layer when ifconfig up is run.
|
||||||
*
|
*
|
||||||
@ -432,7 +432,7 @@ int ctcm_open(struct net_device *dev)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Close an interface.
|
* Close an interface.
|
||||||
* Called from generic network layer when ifconfig down is run.
|
* Called from generic network layer when ifconfig down is run.
|
||||||
*
|
*
|
||||||
@ -451,7 +451,7 @@ int ctcm_close(struct net_device *dev)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Transmit a packet.
|
* Transmit a packet.
|
||||||
* This is a helper function for ctcm_tx().
|
* This is a helper function for ctcm_tx().
|
||||||
*
|
*
|
||||||
@ -822,7 +822,7 @@ done:
|
|||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Start transmission of a packet.
|
* Start transmission of a packet.
|
||||||
* Called from generic network device layer.
|
* Called from generic network device layer.
|
||||||
*
|
*
|
||||||
@ -975,7 +975,7 @@ done:
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Sets MTU of an interface.
|
* Sets MTU of an interface.
|
||||||
*
|
*
|
||||||
* dev Pointer to interface struct.
|
* dev Pointer to interface struct.
|
||||||
@ -1007,7 +1007,7 @@ static int ctcm_change_mtu(struct net_device *dev, int new_mtu)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Returns interface statistics of a device.
|
* Returns interface statistics of a device.
|
||||||
*
|
*
|
||||||
* dev Pointer to interface struct.
|
* dev Pointer to interface struct.
|
||||||
@ -1144,7 +1144,7 @@ static struct net_device *ctcm_init_netdevice(struct ctcm_priv *priv)
|
|||||||
return dev;
|
return dev;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Main IRQ handler.
|
* Main IRQ handler.
|
||||||
*
|
*
|
||||||
* cdev The ccw_device the interrupt is for.
|
* cdev The ccw_device the interrupt is for.
|
||||||
@ -1257,7 +1257,7 @@ static const struct device_type ctcm_devtype = {
|
|||||||
.groups = ctcm_attr_groups,
|
.groups = ctcm_attr_groups,
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Add ctcm specific attributes.
|
* Add ctcm specific attributes.
|
||||||
* Add ctcm private data.
|
* Add ctcm private data.
|
||||||
*
|
*
|
||||||
@ -1293,7 +1293,7 @@ static int ctcm_probe_device(struct ccwgroup_device *cgdev)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Add a new channel to the list of channels.
|
* Add a new channel to the list of channels.
|
||||||
* Keeps the channel list sorted.
|
* Keeps the channel list sorted.
|
||||||
*
|
*
|
||||||
@ -1343,7 +1343,7 @@ static int add_channel(struct ccw_device *cdev, enum ctcm_channel_types type,
|
|||||||
snprintf(ch->id, CTCM_ID_SIZE, "ch-%s", dev_name(&cdev->dev));
|
snprintf(ch->id, CTCM_ID_SIZE, "ch-%s", dev_name(&cdev->dev));
|
||||||
ch->type = type;
|
ch->type = type;
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* "static" ccws are used in the following way:
|
* "static" ccws are used in the following way:
|
||||||
*
|
*
|
||||||
* ccw[0..2] (Channel program for generic I/O):
|
* ccw[0..2] (Channel program for generic I/O):
|
||||||
@ -1471,7 +1471,7 @@ static enum ctcm_channel_types get_channel_type(struct ccw_device_id *id)
|
|||||||
return type;
|
return type;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
*
|
*
|
||||||
* Setup an interface.
|
* Setup an interface.
|
||||||
*
|
*
|
||||||
@ -1595,7 +1595,7 @@ out_err_result:
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Shutdown an interface.
|
* Shutdown an interface.
|
||||||
*
|
*
|
||||||
* cgdev Device to be shut down.
|
* cgdev Device to be shut down.
|
||||||
@ -1738,7 +1738,7 @@ static void print_banner(void)
|
|||||||
pr_info("CTCM driver initialized\n");
|
pr_info("CTCM driver initialized\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Initialize module.
|
* Initialize module.
|
||||||
* This is called just after the module is loaded.
|
* This is called just after the module is loaded.
|
||||||
*
|
*
|
||||||
|
@ -1016,7 +1016,7 @@ done:
|
|||||||
CTCM_PR_DEBUG("exit %s: ch=0x%p id=%s\n", __func__, ch, ch->id);
|
CTCM_PR_DEBUG("exit %s: ch=0x%p id=%s\n", __func__, ch, ch->id);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Unpack a just received skb and hand it over to
|
* Unpack a just received skb and hand it over to
|
||||||
* upper layers.
|
* upper layers.
|
||||||
* special MPC version of unpack_skb.
|
* special MPC version of unpack_skb.
|
||||||
@ -1211,7 +1211,7 @@ done:
|
|||||||
__func__, dev->name, ch, ch->id);
|
__func__, dev->name, ch, ch->id);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* tasklet helper for mpc's skb unpacking.
|
* tasklet helper for mpc's skb unpacking.
|
||||||
*
|
*
|
||||||
* ch The channel to work on.
|
* ch The channel to work on.
|
||||||
@ -1320,7 +1320,7 @@ struct mpc_group *ctcmpc_init_mpc_group(struct ctcm_priv *priv)
|
|||||||
* CTCM_PROTO_MPC only
|
* CTCM_PROTO_MPC only
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* NOP action for statemachines
|
* NOP action for statemachines
|
||||||
*/
|
*/
|
||||||
static void mpc_action_nop(fsm_instance *fi, int event, void *arg)
|
static void mpc_action_nop(fsm_instance *fi, int event, void *arg)
|
||||||
@ -1426,7 +1426,7 @@ static void mpc_action_go_inop(fsm_instance *fi, int event, void *arg)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Handle mpc group action timeout.
|
* Handle mpc group action timeout.
|
||||||
* MPC Group Station FSM action
|
* MPC Group Station FSM action
|
||||||
* CTCM_PROTO_MPC only
|
* CTCM_PROTO_MPC only
|
||||||
|
Loading…
Reference in New Issue
Block a user