Skip to content

Commit e35f055

Browse files
committed
hotfix(driver): PT_MAX increase instead of PT_MODE
Signed-off-by: Lorenzo Fontana <lo@linux.com>
1 parent fec8b86 commit e35f055

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

driver/ppm_events_public.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1364,8 +1364,8 @@ enum ppm_param_type {
13641364
PT_IPV6NET = 39, /* An IPv6 network. */
13651365
PT_IPADDR = 40, /* Either an IPv4 or IPv6 address. The length indicates which one it is. */
13661366
PT_IPNET = 41, /* Either an IPv4 or IPv6 network. The length indicates which one it is. */
1367-
PT_MAX = 42, /* array size */
1368-
PT_MODE = 43 /* a 32 bit bitmask to represent file modes. */
1367+
PT_MODE = 42, /* a 32 bit bitmask to represent file modes. */
1368+
PT_MAX = 43 /* array size */
13691369
};
13701370

13711371
enum ppm_print_format {

0 commit comments

Comments
 (0)