From 2799a69ee88f8fe086846095f8fe8a8e79483605 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Tue, 25 Feb 2020 21:35:39 +0100 Subject: doc: fix references to driver-model Fix some errors pointed out by 'make refcheckdocs'. Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass --- drivers/i2c/soft_i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/i2c/soft_i2c.c') diff --git a/drivers/i2c/soft_i2c.c b/drivers/i2c/soft_i2c.c index 7f0303cc051..9ad1c281ff2 100644 --- a/drivers/i2c/soft_i2c.c +++ b/drivers/i2c/soft_i2c.c @@ -12,7 +12,7 @@ * Neil Russell. * * NOTE: This driver should be converted to driver model before June 2017. - * Please see doc/driver-model/i2c-howto.txt for instructions. + * Please see doc/driver-model/i2c-howto.rst for instructions. */ #include -- cgit v1.2.3