Skip to content

Commit ad31986

Browse files
committed
labs: networking: Don't mention nf_hookfn as struct
1 parent ec5bd56 commit ad31986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/teaching/labs/networking.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ where:
797797
* ``hook`` is the handler called when capturing a network packet (packet sent
798798
as a :c:type:`struct sk_buff` structure). The ``private`` field is private information
799799
handed to the handler. The capture handler prototype is defined by the
800-
:c:type:`struct nf_hookfn` type:
800+
:c:type:`nf_hookfn` type:
801801

802802
.. code-block:: c
803803

0 commit comments

Comments
 (0)