linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/5] MAINTAINERS: fix broken ref for ABI sysfs-bus-counter-ftm-quaddec
@ 2019-07-26 19:29 Mauro Carvalho Chehab
  2019-07-26 19:29 ` [PATCH 2/5] MAINTAINERS: fix reference to net phy ABI file Mauro Carvalho Chehab
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Mauro Carvalho Chehab @ 2019-07-26 19:29 UTC (permalink / raw)
  To: Linux Doc Mailing List
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, linux-kernel,
	Jonathan Corbet, David S. Miller, Greg Kroah-Hartman,
	Jonathan Cameron, Nicolas Ferre

There's a typo here:

	sysfs-bus-counter-ftm-quadddec -> sysfs-bus-counter-ftm-quaddec

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4b59bdc1aaf2..506ac266cf57 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6317,7 +6317,7 @@ FLEXTIMER FTM-QUADDEC DRIVER
 M:	Patrick Havelange <patrick.havelange@essensium.com>
 L:	linux-iio@vger.kernel.org
 S:	Maintained
-F:	Documentation/ABI/testing/sysfs-bus-counter-ftm-quadddec
+F:	Documentation/ABI/testing/sysfs-bus-counter-ftm-quaddec
 F:	Documentation/devicetree/bindings/counter/ftm-quaddec.txt
 F:	drivers/counter/ftm-quaddec.c
 
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH 2/5] MAINTAINERS: fix reference to net phy ABI file
  2019-07-26 19:29 [PATCH 1/5] MAINTAINERS: fix broken ref for ABI sysfs-bus-counter-ftm-quaddec Mauro Carvalho Chehab
@ 2019-07-26 19:29 ` Mauro Carvalho Chehab
  2019-07-26 19:29 ` [PATCH 3/5] MAINTAINERS: fix a renamed DT reference Mauro Carvalho Chehab
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Mauro Carvalho Chehab @ 2019-07-26 19:29 UTC (permalink / raw)
  To: Linux Doc Mailing List
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, linux-kernel,
	Jonathan Corbet, David S. Miller, Greg Kroah-Hartman,
	Jonathan Cameron, Nicolas Ferre

The file sysfs-bus-mdio got removed in favor of sysfs-class-net-phydev,
with contained a duplicated set of information.

Fixes: a6cd0d2d493a ("Documentation: net-sysfs: Remove duplicate PHY device documentation")
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 506ac266cf57..b57dd8494c93 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6061,7 +6061,7 @@ M:	Florian Fainelli <f.fainelli@gmail.com>
 M:	Heiner Kallweit <hkallweit1@gmail.com>
 L:	netdev@vger.kernel.org
 S:	Maintained
-F:	Documentation/ABI/testing/sysfs-bus-mdio
+F:	Documentation/ABI/testing/sysfs-class-net-phydev
 F:	Documentation/devicetree/bindings/net/ethernet-phy.yaml
 F:	Documentation/devicetree/bindings/net/mdio*
 F:	Documentation/networking/phy.rst
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH 3/5] MAINTAINERS: fix a renamed DT reference
  2019-07-26 19:29 [PATCH 1/5] MAINTAINERS: fix broken ref for ABI sysfs-bus-counter-ftm-quaddec Mauro Carvalho Chehab
  2019-07-26 19:29 ` [PATCH 2/5] MAINTAINERS: fix reference to net phy ABI file Mauro Carvalho Chehab
@ 2019-07-26 19:29 ` Mauro Carvalho Chehab
  2019-07-26 19:29 ` [PATCH 4/5] docs: cgroup-v1/blkio-controller.rst: remove a CFQ left over Mauro Carvalho Chehab
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Mauro Carvalho Chehab @ 2019-07-26 19:29 UTC (permalink / raw)
  To: Linux Doc Mailing List
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, linux-kernel,
	Jonathan Corbet, David S. Miller, Greg Kroah-Hartman,
	Jonathan Cameron, Nicolas Ferre

Fix this rename:

	Documentation/devicetree/bindings/i2c/{i2c-mv64xxx.txt -> marvell,mv64xxx-i2c.yaml}

Fixes: f8bbde72ef44 ("dt-bindings: i2c: mv64xxx: Add YAML schemas")
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index b57dd8494c93..454a26c77fa0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7507,7 +7507,7 @@ I2C MV64XXX MARVELL AND ALLWINNER DRIVER
 M:	Gregory CLEMENT <gregory.clement@bootlin.com>
 L:	linux-i2c@vger.kernel.org
 S:	Maintained
-F:	Documentation/devicetree/bindings/i2c/i2c-mv64xxx.txt
+F:	Documentation/devicetree/bindings/i2c/marvell,mv64xxx-i2c.yaml
 F:	drivers/i2c/busses/i2c-mv64xxx.c
 
 I2C OVER PARALLEL PORT
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH 4/5] docs: cgroup-v1/blkio-controller.rst: remove a CFQ left over
  2019-07-26 19:29 [PATCH 1/5] MAINTAINERS: fix broken ref for ABI sysfs-bus-counter-ftm-quaddec Mauro Carvalho Chehab
  2019-07-26 19:29 ` [PATCH 2/5] MAINTAINERS: fix reference to net phy ABI file Mauro Carvalho Chehab
  2019-07-26 19:29 ` [PATCH 3/5] MAINTAINERS: fix a renamed DT reference Mauro Carvalho Chehab
@ 2019-07-26 19:29 ` Mauro Carvalho Chehab
  2019-07-26 19:29 ` [PATCH 5/5] docs: zh_CN: howto.rst: fix a broken reference Mauro Carvalho Chehab
  2019-07-31 18:55 ` [PATCH 1/5] MAINTAINERS: fix broken ref for ABI sysfs-bus-counter-ftm-quaddec Jonathan Corbet
  4 siblings, 0 replies; 7+ messages in thread
From: Mauro Carvalho Chehab @ 2019-07-26 19:29 UTC (permalink / raw)
  To: Linux Doc Mailing List
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, linux-kernel,
	Jonathan Corbet, Tejun Heo, Jens Axboe, Li Zefan,
	Johannes Weiner, cgroups, linux-block

changeset fb5772cbfe48 ("blkio-controller.txt: Remove references to CFQ")
removed cgroup references to CFQ, but it kept one left. Get rid of
it.

Fixes: fb5772cbfe48 ("blkio-controller.txt: Remove references to CFQ")
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
---
 Documentation/admin-guide/cgroup-v1/blkio-controller.rst | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/Documentation/admin-guide/cgroup-v1/blkio-controller.rst b/Documentation/admin-guide/cgroup-v1/blkio-controller.rst
index 1d7d962933be..36d43ae7dc13 100644
--- a/Documentation/admin-guide/cgroup-v1/blkio-controller.rst
+++ b/Documentation/admin-guide/cgroup-v1/blkio-controller.rst
@@ -130,12 +130,6 @@ Proportional weight policy files
 	    dev     weight
 	    8:16    300
 
-- blkio.leaf_weight[_device]
-	- Equivalents of blkio.weight[_device] for the purpose of
-          deciding how much weight tasks in the given cgroup has while
-          competing with the cgroup's child cgroups. For details,
-          please refer to Documentation/block/cfq-iosched.txt.
-
 - blkio.time
 	- disk time allocated to cgroup per device in milliseconds. First
 	  two fields specify the major and minor number of the device and
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH 5/5] docs: zh_CN: howto.rst: fix a broken reference
  2019-07-26 19:29 [PATCH 1/5] MAINTAINERS: fix broken ref for ABI sysfs-bus-counter-ftm-quaddec Mauro Carvalho Chehab
                   ` (2 preceding siblings ...)
  2019-07-26 19:29 ` [PATCH 4/5] docs: cgroup-v1/blkio-controller.rst: remove a CFQ left over Mauro Carvalho Chehab
@ 2019-07-26 19:29 ` Mauro Carvalho Chehab
  2019-08-05  3:20   ` Alex Shi
  2019-07-31 18:55 ` [PATCH 1/5] MAINTAINERS: fix broken ref for ABI sysfs-bus-counter-ftm-quaddec Jonathan Corbet
  4 siblings, 1 reply; 7+ messages in thread
From: Mauro Carvalho Chehab @ 2019-07-26 19:29 UTC (permalink / raw)
  To: Linux Doc Mailing List
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, linux-kernel,
	Jonathan Corbet, Harry Wei, Alex Shi, Federico Vaga,
	SeongJae Park

There's a broken reference there pointing to the long gone
DocBook dir.

While I don't read chinese, Google translator translates it
to:
	"The generated documentation will be placed in
	 the Documentation/DocBook/ directory."

Well, we know that the output will be Documentation/output
dir. So, let's fix this one.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
---
 Documentation/translations/zh_CN/process/howto.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/translations/zh_CN/process/howto.rst b/Documentation/translations/zh_CN/process/howto.rst
index 5b671178b17b..c4ff8356b88d 100644
--- a/Documentation/translations/zh_CN/process/howto.rst
+++ b/Documentation/translations/zh_CN/process/howto.rst
@@ -147,7 +147,7 @@ Linux内核代码中包含有大量的文档。这些文档对于学习如何与
     关于补丁是什么以及如何将它打在不同内核开发分支上的好介绍
 
 内核还拥有大量从代码自动生成的文档。它包含内核内部API的全面介绍以及如何
-妥善处理加锁的规则。生成的文档会放在 Documentation/DocBook/目录下。在内
+妥善处理加锁的规则。生成的文档会放在 Documentation/output/目录下。在内
 核源码的主目录中使用以下不同命令将会分别生成PDF、Postscript、HTML和手册
 页等不同格式的文档::
 
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH 1/5] MAINTAINERS: fix broken ref for ABI sysfs-bus-counter-ftm-quaddec
  2019-07-26 19:29 [PATCH 1/5] MAINTAINERS: fix broken ref for ABI sysfs-bus-counter-ftm-quaddec Mauro Carvalho Chehab
                   ` (3 preceding siblings ...)
  2019-07-26 19:29 ` [PATCH 5/5] docs: zh_CN: howto.rst: fix a broken reference Mauro Carvalho Chehab
@ 2019-07-31 18:55 ` Jonathan Corbet
  4 siblings, 0 replies; 7+ messages in thread
From: Jonathan Corbet @ 2019-07-31 18:55 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Linux Doc Mailing List, Mauro Carvalho Chehab, linux-kernel,
	David S. Miller, Greg Kroah-Hartman, Jonathan Cameron,
	Nicolas Ferre

On Fri, 26 Jul 2019 16:29:10 -0300
Mauro Carvalho Chehab <mchehab+samsung@kernel.org> wrote:

> There's a typo here:
> 
> 	sysfs-bus-counter-ftm-quadddec -> sysfs-bus-counter-ftm-quaddec
> 
> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>

These are easy...I've applied this set, thanks.

jon

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 5/5] docs: zh_CN: howto.rst: fix a broken reference
  2019-07-26 19:29 ` [PATCH 5/5] docs: zh_CN: howto.rst: fix a broken reference Mauro Carvalho Chehab
@ 2019-08-05  3:20   ` Alex Shi
  0 siblings, 0 replies; 7+ messages in thread
From: Alex Shi @ 2019-08-05  3:20 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Linux Doc Mailing List
  Cc: Mauro Carvalho Chehab, linux-kernel, Jonathan Corbet, Harry Wei,
	Federico Vaga, SeongJae Park

Hi Mauro,

Thanks for catching!
this part need more info, like make latexdocs. So I update them and sent out a patch for this. Please feel free to pick up my patch in your series. :)

Thanks!
Alex

在 2019/7/27 上午3:29, Mauro Carvalho Chehab 写道:
> There's a broken reference there pointing to the long gone
> DocBook dir.
> 
> While I don't read chinese, Google translator translates it
> to:
> 	"The generated documentation will be placed in
> 	 the Documentation/DocBook/ directory."
> 
> Well, we know that the output will be Documentation/output
> dir. So, let's fix this one.
> 
> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
> ---
>  Documentation/translations/zh_CN/process/howto.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/translations/zh_CN/process/howto.rst b/Documentation/translations/zh_CN/process/howto.rst
> index 5b671178b17b..c4ff8356b88d 100644
> --- a/Documentation/translations/zh_CN/process/howto.rst
> +++ b/Documentation/translations/zh_CN/process/howto.rst
> @@ -147,7 +147,7 @@ Linux内核代码中包含有大量的文档。这些文档对于学习如何与
>      关于补丁是什么以及如何将它打在不同内核开发分支上的好介绍
>  
>  内核还拥有大量从代码自动生成的文档。它包含内核内部API的全面介绍以及如何
> -妥善处理加锁的规则。生成的文档会放在 Documentation/DocBook/目录下。在内
> +妥善处理加锁的规则。生成的文档会放在 Documentation/output/目录下。在内
>  核源码的主目录中使用以下不同命令将会分别生成PDF、Postscript、HTML和手册
>  页等不同格式的文档::
>  
> 

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-08-05  3:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-26 19:29 [PATCH 1/5] MAINTAINERS: fix broken ref for ABI sysfs-bus-counter-ftm-quaddec Mauro Carvalho Chehab
2019-07-26 19:29 ` [PATCH 2/5] MAINTAINERS: fix reference to net phy ABI file Mauro Carvalho Chehab
2019-07-26 19:29 ` [PATCH 3/5] MAINTAINERS: fix a renamed DT reference Mauro Carvalho Chehab
2019-07-26 19:29 ` [PATCH 4/5] docs: cgroup-v1/blkio-controller.rst: remove a CFQ left over Mauro Carvalho Chehab
2019-07-26 19:29 ` [PATCH 5/5] docs: zh_CN: howto.rst: fix a broken reference Mauro Carvalho Chehab
2019-08-05  3:20   ` Alex Shi
2019-07-31 18:55 ` [PATCH 1/5] MAINTAINERS: fix broken ref for ABI sysfs-bus-counter-ftm-quaddec Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).