summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2019-07-15 10:31:06 +0200
committerMauro Carvalho Chehab2019-07-17 11:57:51 +0200
commitbff9e34c678552eb172916d9288913e8bd8cc9d1 (patch)
tree3acfa1fdb98263bb8b5f3a790339cf04794bb8e6 /drivers/i2c
parentdocs: power: add it to to the main documentation index (diff)
downloadkernel-qcow2-linux-bff9e34c678552eb172916d9288913e8bd8cc9d1.tar.gz
kernel-qcow2-linux-bff9e34c678552eb172916d9288913e8bd8cc9d1.tar.xz
kernel-qcow2-linux-bff9e34c678552eb172916d9288913e8bd8cc9d1.zip
docs: fix broken doc references due to renames
Some files got renamed but probably due to some merge conflicts, a few references still point to the old locations. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/i2c')
-rw-r--r--drivers/i2c/busses/i2c-nvidia-gpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-nvidia-gpu.c b/drivers/i2c/busses/i2c-nvidia-gpu.c
index cfc76b5de726..5a1235fd86bb 100644
--- a/drivers/i2c/busses/i2c-nvidia-gpu.c
+++ b/drivers/i2c/busses/i2c-nvidia-gpu.c
@@ -364,7 +364,7 @@ static void gpu_i2c_remove(struct pci_dev *pdev)
/*
* We need gpu_i2c_suspend() even if it is stub, for runtime pm to work
* correctly. Without it, lspci shows runtime pm status as "D0" for the card.
- * Documentation/power/pci.txt also insists for driver to provide this.
+ * Documentation/power/pci.rst also insists for driver to provide this.
*/
static __maybe_unused int gpu_i2c_suspend(struct device *dev)
{