linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 net-next 0/3] docs: net: Convert netdev-FAQ to RST
@ 2018-07-26  5:00 Tobin C. Harding
  2018-07-27  4:28 ` David Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Tobin C. Harding @ 2018-07-26  5:00 UTC (permalink / raw)
  To: David S. Miller
  Cc: Tobin C. Harding, Jonathan Corbet, Edward Cree,
	Alexei Starovoitov, Daniel Borkmann, linux-doc, netdev,
	linux-kernel

Hi Dave,

Jon answered all the tree questions on v1 so if you will please take
this through your tree that would be awesome.

v2:
 - Fix typo 'canonical_path_format' (thanks Edward) 
 - Add patch fixing references netdev-FAQ

thanks,
Tobin.


Tobin C. Harding (3):
  docs: Add rest label the_canonical_patch_format
  docs: net: Convert netdev-FAQ to restructured text
  docs: Update references to netdev-FAQ

 Documentation/bpf/bpf_devel_QA.rst            |  21 +-
 Documentation/networking/00-INDEX             |   2 -
 Documentation/networking/index.rst            |   1 +
 Documentation/networking/netdev-FAQ.rst       | 259 ++++++++++++++++++
 Documentation/networking/netdev-FAQ.txt       | 244 -----------------
 Documentation/process/stable-kernel-rules.rst |   2 +-
 Documentation/process/submitting-patches.rst  |   1 +
 7 files changed, 271 insertions(+), 259 deletions(-)
 create mode 100644 Documentation/networking/netdev-FAQ.rst
 delete mode 100644 Documentation/networking/netdev-FAQ.txt

-- 
2.17.1

--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH v2 net-next 0/3] docs: net: Convert netdev-FAQ to RST
@ 2018-07-26  5:02 Tobin C. Harding
  2018-07-26  5:06 ` Tobin C. Harding
  0 siblings, 1 reply; 4+ messages in thread
From: Tobin C. Harding @ 2018-07-26  5:02 UTC (permalink / raw)
  To: David S. Miller
  Cc: Tobin C. Harding, Jonathan Corbet, Edward Cree,
	Alexei Starovoitov, Daniel Borkmann, linux-doc, netdev,
	linux-kernel

Hi Dave,

Jon answered all the tree questions on v1 so if you will please take
this through your tree that would be awesome.

v2:
 - Fix typo 'canonical_path_format' (thanks Edward) 
 - Add patch fixing references netdev-FAQ

thanks,
Tobin.


Tobin C. Harding (3):
  docs: Add rest label the_canonical_patch_format
  docs: net: Convert netdev-FAQ to restructured text
  docs: Update references to netdev-FAQ

 Documentation/bpf/bpf_devel_QA.rst            |  21 +-
 Documentation/networking/00-INDEX             |   2 -
 Documentation/networking/index.rst            |   1 +
 Documentation/networking/netdev-FAQ.rst       | 259 ++++++++++++++++++
 Documentation/networking/netdev-FAQ.txt       | 244 -----------------
 Documentation/process/stable-kernel-rules.rst |   2 +-
 Documentation/process/submitting-patches.rst  |   1 +
 7 files changed, 271 insertions(+), 259 deletions(-)
 create mode 100644 Documentation/networking/netdev-FAQ.rst
 delete mode 100644 Documentation/networking/netdev-FAQ.txt

-- 
2.17.1

--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH v2 net-next 0/3] docs: net: Convert netdev-FAQ to RST
  2018-07-26  5:02 Tobin C. Harding
@ 2018-07-26  5:06 ` Tobin C. Harding
  0 siblings, 0 replies; 4+ messages in thread
From: Tobin C. Harding @ 2018-07-26  5:06 UTC (permalink / raw)
  To: David S. Miller
  Cc: Jonathan Corbet, Edward Cree, Alexei Starovoitov, Daniel Borkmann,
	linux-doc, netdev, linux-kernel

On Thu, Jul 26, 2018 at 03:02:23PM +1000, Tobin C. Harding wrote:
> Hi Dave,

Sent set twice.  It is hard to get good help eh.


Thanks for your patience,
Tobin.
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH v2 net-next 0/3] docs: net: Convert netdev-FAQ to RST
  2018-07-26  5:00 [PATCH v2 net-next 0/3] docs: net: Convert netdev-FAQ to RST Tobin C. Harding
@ 2018-07-27  4:28 ` David Miller
  0 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2018-07-27  4:28 UTC (permalink / raw)
  To: me; +Cc: corbet, ecree, ast, daniel, linux-doc, netdev, linux-kernel

From: "Tobin C. Harding" <me@tobin.cc>
Date: Thu, 26 Jul 2018 15:00:28 +1000

> Jon answered all the tree questions on v1 so if you will please take
> this through your tree that would be awesome.
> 
> v2:
>  - Fix typo 'canonical_path_format' (thanks Edward) 
>  - Add patch fixing references netdev-FAQ

Series applied.

--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2018-07-27  4:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-26  5:00 [PATCH v2 net-next 0/3] docs: net: Convert netdev-FAQ to RST Tobin C. Harding
2018-07-27  4:28 ` David Miller
  -- strict thread matches above, loose matches on Subject: below --
2018-07-26  5:02 Tobin C. Harding
2018-07-26  5:06 ` Tobin C. Harding

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).