Skip to content

Commit

Permalink
Indent
Browse files Browse the repository at this point in the history
  • Loading branch information
cardigliano committed Jan 17, 2024
1 parent 644f7fc commit c9389eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernel/pf_ring.c
Original file line number Diff line number Diff line change
Expand Up @@ -8496,9 +8496,9 @@ static struct proto_ops ring_ops = {
.getname = sock_no_getname,
.listen = sock_no_listen,
.shutdown = sock_no_shutdown,
#if(LINUX_VERSION_CODE < KERNEL_VERSION(6,5,3))
#if(LINUX_VERSION_CODE < KERNEL_VERSION(6,5,3))
.sendpage = sock_no_sendpage,
#endif
#endif

/* Now the operations that really occur. */
.release = ring_release,
Expand Down

0 comments on commit c9389eb

Please sign in to comment.