aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/qlge/qlge_mpi.c
diff options
context:
space:
mode:
authorCoiby Xu <coiby.xu@gmail.com>2020-06-26 05:57:54 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-06-27 13:20:48 +0200
commit1113c90c48df9742bd4ac86ea4770b1fd2fb0adf (patch)
tree56325c5878ced5d60a5cb1c91ee54cfd909ceeb9 /drivers/staging/qlge/qlge_mpi.c
parentstaging: rtl8188eu: Fix indentation (diff)
downloadlinux-dev-1113c90c48df9742bd4ac86ea4770b1fd2fb0adf.tar.xz
linux-dev-1113c90c48df9742bd4ac86ea4770b1fd2fb0adf.zip
staging: qlge: fix trailing */ in block comment
Remove trailing "*/" in block comments. Signed-off-by: Coiby Xu <coiby.xu@gmail.com> Link: https://lore.kernel.org/r/20200625215755.70329-2-coiby.xu@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '')
-rw-r--r--drivers/staging/qlge/qlge_mpi.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/drivers/staging/qlge/qlge_mpi.c b/drivers/staging/qlge/qlge_mpi.c
index 60c08d9cc034..3bb08d290525 100644
--- a/drivers/staging/qlge/qlge_mpi.c
+++ b/drivers/staging/qlge/qlge_mpi.c
@@ -389,7 +389,8 @@ static void ql_init_fw_done(struct ql_adapter *qdev, struct mbox_params *mbcp)
* This can get called iteratively from the mpi_work thread
* when events arrive via an interrupt.
* It also gets called when a mailbox command is polling for
- * it's completion. */
+ * it's completion.
+ */
static int ql_mpi_handler(struct ql_adapter *qdev, struct mbox_params *mbcp)
{
int status;
@@ -520,7 +521,7 @@ end:
* changed when a mailbox command is waiting
* for a response and an AEN arrives and
* is handled.
- * */
+ */
mbcp->out_count = orig_count;
return status;
}
@@ -555,7 +556,8 @@ static int ql_mailbox_command(struct ql_adapter *qdev, struct mbox_params *mbcp)
* here because some AEN might arrive while
* we're waiting for the mailbox command to
* complete. If more than 5 seconds expire we can
- * assume something is wrong. */
+ * assume something is wrong.
+ */
count = jiffies + HZ * MAILBOX_TIMEOUT;
do {
/* Wait for the interrupt to come in. */
@@ -1178,7 +1180,7 @@ void ql_mpi_idc_work(struct work_struct *work)
/* Signal the resulting link up AEN
* that the frame routing and mac addr
* needs to be set.
- * */
+ */
set_bit(QL_CAM_RT_SET, &qdev->flags);
/* Do ACK if required */
if (timeout) {