All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] docs/conf.py: add function attribute '__fix_address' to conf.py
@ 2022-08-26  6:19 menglong8.dong
  2022-08-26  9:39 ` Bagas Sanjaya
  0 siblings, 1 reply; 4+ messages in thread
From: menglong8.dong @ 2022-08-26  6:19 UTC (permalink / raw)
  To: kuba, sfr; +Cc: corbet, linux-doc, linux-kernel, Menglong Dong

From: Menglong Dong <imagedong@tencent.com>

Stephen Rothwell report that the function attribute '__fix_address'
causes a warning when create html docs with the command:

  make htmldocs

Therefor, add this attribute to c_id_attributes in Documentation/conf.py
to clean this warning.

BTW, I'm not able to reproduce this warning (both ubuntu and centos are
tested). I will appreciate it if anyone can have a test for this
commit.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Menglong Dong <imagedong@tencent.com>
---
 Documentation/conf.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/conf.py b/Documentation/conf.py
index 934727e23e0e..255384d094bf 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -86,6 +86,7 @@ if major >= 3:
             "__used",
             "__weak",
             "noinline",
+            "__fix_address",
 
             # include/linux/memblock.h:
             "__init_memblock",
-- 
2.37.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-08-26 15:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-26  6:19 [PATCH net-next] docs/conf.py: add function attribute '__fix_address' to conf.py menglong8.dong
2022-08-26  9:39 ` Bagas Sanjaya
2022-08-26 12:47   ` Bagas Sanjaya
2022-08-26 15:46     ` Menglong Dong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.