Re: [PATCH 01/12] documentation: fix typo

2019-03-15 Thread Matteo Croce
On Fri, Jan 4, 2019 at 10:52 PM Matteo Croce wrote: > > On Fri, Jan 4, 2019 at 10:28 PM Matteo Croce wrote: > > > > Fix spelling mistake: "lenght" -> "length" > > > > Signed-off-by: Matteo Croce > > --- > > Documentation/devi

[PATCH] Documentation: fix wrong example command

2017-06-29 Thread Matteo Croce
Signed-off-by: Matteo Croce --- Documentation/networking/ipvlan.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/networking/ipvlan.txt b/Documentation/networking/ipvlan.txt index 24196ce..1fe42a8 100644 --- a/Documentation/networking/ipvlan.txt +++ b

[PATCH v2] Documentation: fix wrong example command

2017-06-30 Thread Matteo Croce
In the IPVLAN documentation there is an example command line where the master and slave interface names are inverted. Fix the command line and also add the optional `name' keyword to better describe what the command is doing. v2: added commit message Signed-off-by: Matteo

[PATCH 01/12] documentation: fix typo

2019-01-04 Thread Matteo Croce
Fix spelling mistake: "lenght" -> "length" Signed-off-by: Matteo Croce --- Documentation/devicetree/bindings/usb/s3c2410-usb.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/usb/s3c2410-usb.txt b/Documentation/

Re: [PATCH 01/12] documentation: fix typo

2019-01-04 Thread Matteo Croce
On Fri, Jan 4, 2019 at 10:28 PM Matteo Croce wrote: > > Fix spelling mistake: "lenght" -> "length" > > Signed-off-by: Matteo Croce > --- > Documentation/devicetree/bindings/usb/s3c2410-usb.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletio

Re: [RFC] Documentation: use RFC 5735 subnet for examples

2019-01-04 Thread Matteo Croce
On Sat, Dec 1, 2018 at 1:52 AM Matteo Croce wrote: > > RFC 5735 defines this subnets for documentation and example code: > > 192.0.2.0/24 as TEST-NET-1 > 198.51.100.0/24 as TEST-NET-2 > 203.0.113.0/24 as TEST-NET-3 > > Replace where possible the IP addresses i

[PATCH net] ipv6: fix net.ipv6.conf.all interface DAD handlers

2017-09-12 Thread Matteo Croce
t, as we're modifying the prototype for ipv6_use_optimistic_addr(), drop inline, and let the compiler decide. Fixes: 7fd2561e4ebd ("net: ipv6: Add a sysctl to make optimistic addresses useful candidates") Signed-off-by: Matteo Croce --- Documentation/networkin

Re: [PATCH net] ipv6: fix net.ipv6.conf.all interface DAD handlers

2017-09-29 Thread Matteo Croce
do, eg. send_redirects. If you think that it's better to put them in AND we can change the documentation accordingly. What do you think? -- Matteo Croce per aspera ad upstream -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to

[RFC] Documentation: use RFC 5735 subnet for examples

2018-11-30 Thread Matteo Croce
RFC 5735 defines this subnets for documentation and example code: 192.0.2.0/24 as TEST-NET-1 198.51.100.0/24 as TEST-NET-2 203.0.113.0/24 as TEST-NET-3 Replace where possible the IP addresses in the documentation with addresses belonging to the test subnets. Signed-off-by: Matteo Croce