ck_rhs: Realign comments correctly.

ck_pring
Olivier Houchard 10 years ago
parent 1df6df09e8
commit 677a901ded

@ -81,7 +81,7 @@ enum ck_rhs_probe_behavior {
CK_RHS_PROBE_RH, /* Short-circuit if RH slot found. */
CK_RHS_PROBE_INSERT, /* Short-circuit on probe bound if tombstone found. */
CK_RHS_PROBE_ROBIN_HOOD, /* Look for the first slot available for the entry we are about to replace, only used to internally implement Robin Hood */
CK_RHS_PROBE_ROBIN_HOOD,/* Look for the first slot available for the entry we are about to replace, only used to internally implement Robin Hood */
CK_RHS_PROBE_NO_RH, /* Don't do the RH dance */
};
struct ck_rhs_entry_desc {

Loading…
Cancel
Save