Skip to content

Commit 2de9780

Browse files
mchehabdavem330
authored andcommitted
net: core: dev.c: fix a documentation warning
There's a markup for link with is "foo_". On this kernel-doc comment, we don't want this, but instead, place a literal reference. So, escape the literal with ``foo``, in order to avoid this warning: ./net/core/dev.c:5195: WARNING: Unknown target name: "page_is". Signed-off-by: Mauro Carvalho Chehab <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 6497ca0 commit 2de9780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/core/dev.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5195,7 +5195,7 @@ static int __netif_receive_skb_one_core(struct sk_buff *skb, bool pfmemalloc)
51955195
*
51965196
* More direct receive version of netif_receive_skb(). It should
51975197
* only be used by callers that have a need to skip RPS and Generic XDP.
5198-
* Caller must also take care of handling if (page_is_)pfmemalloc.
5198+
* Caller must also take care of handling if ``(page_is_)pfmemalloc``.
51995199
*
52005200
* This function may only be called from softirq context and interrupts
52015201
* should be enabled.

0 commit comments

Comments
 (0)