Skip to content

Commit

Permalink
chore:fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
TrekkieCoder committed Jan 21, 2025
1 parent c0452d4 commit cf2ff3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion common/llb_dpapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
/* Hard-timeout of 120s for fc dp entry */
#define FC_V4_DPTO (120000000000)

/* fc cp sweep period od 30m */
/* fc cp sweep period of 30m */
#define FC_SWEEP_PERIOD (1800000000000)
/* Hard-timeout of 15m for fc cp entry */
#define FC_V4_CPTO ( 900000000000)
Expand Down
2 changes: 0 additions & 2 deletions kernel/loxilb_libdp.c
Original file line number Diff line number Diff line change
Expand Up @@ -2488,8 +2488,6 @@ ll_age_fcmap(void)
return;
}

log_error("FC TIMEO");

xh->lfcts = ns;

fc_val = calloc(1, sizeof(*fc_val));
Expand Down

0 comments on commit cf2ff3a

Please sign in to comment.