diff mbox series

Documentation: i2c: add i2c-sysfs into index

Message ID 20210728155346.8941-1-src.res@email.cn
State Accepted
Headers show
Series Documentation: i2c: add i2c-sysfs into index | expand

Commit Message

Hu Haowen July 28, 2021, 3:53 p.m. UTC
Append i2c-sysfs to toctree in order to get rid of building warnings.

Signed-off-by: Hu Haowen <src.res@email.cn>
---
 Documentation/i2c/index.rst | 1 +
 1 file changed, 1 insertion(+)

Comments

Wolfram Sang Aug. 10, 2021, 9 p.m. UTC | #1
On Wed, Jul 28, 2021 at 11:53:46PM +0800, Hu Haowen wrote:
> Append i2c-sysfs to toctree in order to get rid of building warnings.
> 
> Signed-off-by: Hu Haowen <src.res@email.cn>

Added Fixes-tag (please provide one next time) and applied to
for-current, thanks!
diff mbox series

Patch

diff --git a/Documentation/i2c/index.rst b/Documentation/i2c/index.rst
index 8b76217e370a..6270f1fd7d4e 100644
--- a/Documentation/i2c/index.rst
+++ b/Documentation/i2c/index.rst
@@ -17,6 +17,7 @@  Introduction
    busses/index
    i2c-topology
    muxes/i2c-mux-gpio
+   i2c-sysfs
 
 Writing device drivers
 ======================