Message ID | 38d6c11d44570822931395dfe18ccaf7d72ac84e.1617279356.git.mchehab+huawei@kernel.org |
---|---|
State | Accepted |
Commit | e4e4092938dd083f9256d180c41e7ea4bc1302d4 |
Headers | show |
Series | Fix broken documentation file references | expand |
Hi, On Thu, Apr 01, 2021 at 02:17:48PM +0200, Mauro Carvalho Chehab wrote: > Changesets: 70c23e62d20c ("dt-bindings: power: supply: Fix remaining battery.txt links") > and: 471dec8023d1 ("dt-bindings: power: Convert battery.txt to battery.yaml") > renamed: Documentation/devicetree/bindings/power/supply/battery.txt > to: Documentation/devicetree/bindings/power/supply/battery.yaml. > > Update its cross-reference accordingly. > > Fixes: 70c23e62d20c ("dt-bindings: power: supply: Fix remaining battery.txt links") > Fixes: 471dec8023d1 ("dt-bindings: power: Convert battery.txt to battery.yaml") > Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> > --- Thanks, queued. -- Sebastian > Documentation/power/power_supply_class.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/power/power_supply_class.rst b/Documentation/power/power_supply_class.rst > index 7b8c42f8b1de..c04fabee0a58 100644 > --- a/Documentation/power/power_supply_class.rst > +++ b/Documentation/power/power_supply_class.rst > @@ -233,7 +233,7 @@ Devicetree battery characteristics > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Drivers should call power_supply_get_battery_info() to obtain battery > characteristics from a devicetree battery node, defined in > -Documentation/devicetree/bindings/power/supply/battery.txt. This is > +Documentation/devicetree/bindings/power/supply/battery.yaml. This is > implemented in drivers/power/supply/bq27xxx_battery.c. > > Properties in struct power_supply_battery_info and their counterparts in the > -- > 2.30.2 >
diff --git a/Documentation/power/power_supply_class.rst b/Documentation/power/power_supply_class.rst index 7b8c42f8b1de..c04fabee0a58 100644 --- a/Documentation/power/power_supply_class.rst +++ b/Documentation/power/power_supply_class.rst @@ -233,7 +233,7 @@ Devicetree battery characteristics ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Drivers should call power_supply_get_battery_info() to obtain battery characteristics from a devicetree battery node, defined in -Documentation/devicetree/bindings/power/supply/battery.txt. This is +Documentation/devicetree/bindings/power/supply/battery.yaml. This is implemented in drivers/power/supply/bq27xxx_battery.c. Properties in struct power_supply_battery_info and their counterparts in the
Changesets: 70c23e62d20c ("dt-bindings: power: supply: Fix remaining battery.txt links") and: 471dec8023d1 ("dt-bindings: power: Convert battery.txt to battery.yaml") renamed: Documentation/devicetree/bindings/power/supply/battery.txt to: Documentation/devicetree/bindings/power/supply/battery.yaml. Update its cross-reference accordingly. Fixes: 70c23e62d20c ("dt-bindings: power: supply: Fix remaining battery.txt links") Fixes: 471dec8023d1 ("dt-bindings: power: Convert battery.txt to battery.yaml") Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> --- Documentation/power/power_supply_class.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)