mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 01:51:00 +03:00
libtpool: remove useless CSTYLED
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #12968
This commit is contained in:
parent
1ef686905b
commit
61b5b27853
@ -108,8 +108,7 @@ job_cleanup(void *arg)
|
||||
tpool_active_t **activepp;
|
||||
|
||||
pthread_mutex_lock(&tpool->tp_mutex);
|
||||
/* CSTYLED */
|
||||
for (activepp = &tpool->tp_active;; activepp = &activep->tpa_next) {
|
||||
for (activepp = &tpool->tp_active; ; activepp = &activep->tpa_next) {
|
||||
activep = *activepp;
|
||||
if (activep->tpa_tid == my_tid) {
|
||||
*activepp = activep->tpa_next;
|
||||
|
Loading…
Reference in New Issue
Block a user