mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-09 15:29:16 +00:00
scsi: target: sbp: Remove unneeded semicolon
Eliminate the following coccicheck warning: ./drivers/target/sbp/sbp_target.c:1009:2-3: Unneeded semicolon Link: https://lore.kernel.org/r/1612316992-71443-1-git-send-email-yang.lee@linux.alibaba.com Reported-by: Abaci Robot <abaci@linux.alibaba.com> Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
446b5f3d3f
commit
762a8ea515
@ -1006,7 +1006,7 @@ static void tgt_agent_fetch_work(struct work_struct *work)
|
||||
agent->state = AGENT_STATE_SUSPENDED;
|
||||
|
||||
spin_unlock_bh(&agent->lock);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
static struct sbp_target_agent *sbp_target_agent_register(
|
||||
|
Loading…
x
Reference in New Issue
Block a user