Skip to content

Commit

Permalink
[common] Correct a typo in SLAB_LEVELS_SUM
Browse files Browse the repository at this point in the history
Signed-off-by: Liang, Ma <[email protected]>
  • Loading branch information
billionairiam authored and mkow committed Nov 21, 2022
1 parent c965b4c commit 15ad786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/include/slabmgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ static_assert(IS_ALIGNED(offsetof(struct slab_area, raw), 16),
#define SLAB_LEVELS_SUM (4080 - SLAB_HDR_SIZE * 5)
#else
#ifndef SLAB_LEVELS_SUM
#error "SALB_LEVELS_SUM not defined"
#error "SLAB_LEVELS_SUM not defined"
#endif
#endif

Expand Down

0 comments on commit 15ad786

Please sign in to comment.