Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: i2c: rename i2c.svg to i2c_bus.svg

When generating the PDF output, the Documentation/i2c dir
will generate an i2c.pdf. The same happens with i2c.svg:
it will also produce a file with the same name, at the same dir.

This causes errors when building the PDF output. So, rename the
image to i2c_bus.svg.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Acked-by: Wolfram Sang <wsa@the-dreams.de>
Link: https://lore.kernel.org/r/ecf3d51909ce46b3e84a1df4b36f07d76989e5da.1586881715.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
36536a02 8f97986c

+2 -2
+1 -1
Documentation/i2c/i2c.svg Documentation/i2c/i2c_bus.svg
··· 9 9 xmlns="http://www.w3.org/2000/svg" 10 10 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" 11 11 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" 12 - sodipodi:docname="i2c.svg" 12 + sodipodi:docname="i2c_bus.svg" 13 13 inkscape:version="0.92.3 (2405546, 2018-03-11)" 14 14 version="1.1" 15 15 id="svg2"
+1 -1
Documentation/i2c/summary.rst
··· 34 34 Using the terminology from the official documentation, the I2C bus connects 35 35 one or more *master* chips and one or more *slave* chips. 36 36 37 - .. kernel-figure:: i2c.svg 37 + .. kernel-figure:: i2c_bus.svg 38 38 :alt: Simple I2C bus with one master and 3 slaves 39 39 40 40 Simple I2C bus