Skip to content

Commit

Permalink
res: ucmd-module: remove superfluous leading 0 for SID_KV_FL_RS flag
Browse files Browse the repository at this point in the history
  • Loading branch information
prajnoha committed Jun 12, 2024
1 parent 1a2475d commit c4d2610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/resource/ucmd-module.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ typedef enum {

#define SID_KV_FL_AR UINT64_C(0x0000000000000008) /* create an archive of current value */

#define SID_KV_FL_RS UINT64_C(0x00000000000000010) /* reserve key */
#define SID_KV_FL_RS UINT64_C(0x0000000000000010) /* reserve key */

#define SID_KV_FL_FRG_RD UINT64_C(0x0000000000000020) /* foreign modules can read */
#define SID_KV_FL_SUB_RD UINT64_C(0x0000000000000040) /* subordinate modules can read */
Expand Down

0 comments on commit c4d2610

Please sign in to comment.