2018-08-30 10:25:50

by Pavel Machek

[permalink] [raw]
Subject: [PATCH] net/rds: RDS is not Radio Data System

Getting prompt "The RDS Protocol" (RDS) is not too helpful, and it is
easily confused with Radio Data System (which we may want to support
in kernel, too).

Signed-off-by: Pavel Machek <[email protected]>
Acked-by: Sowmini Varadhan <[email protected]>
Acked-by: Santosh Shilimkar <[email protected]>

diff --git a/net/rds/Kconfig b/net/rds/Kconfig
index 41f7556..2738f14 100644
--- a/net/rds/Kconfig
+++ b/net/rds/Kconfig
@@ -1,6 +1,6 @@

config RDS
- tristate "The RDS Protocol"
+ tristate "The (Reliable Datagram Sockets) Protocol"
depends on INET
---help---
The RDS (Reliable Datagram Sockets) protocol provides reliable,


--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html


Attachments:
(No filename) (816.00 B)
signature.asc (188.00 B)
Digital signature
Download all attachments

2018-08-30 10:31:46

by Sowmini Varadhan

[permalink] [raw]
Subject: Re: [PATCH] net/rds: RDS is not Radio Data System

On (08/30/18 12:23), Pavel Machek wrote:
> config RDS
> - tristate "The RDS Protocol"
> + tristate "The (Reliable Datagram Sockets) Protocol"

Can we drop the extra parentheses (i.e., the ())?



2018-08-30 11:31:27

by Pavel Machek

[permalink] [raw]
Subject: [PATCHv2] net/rds: RDS is not Radio Data System

Getting prompt "The RDS Protocol" (RDS) is not too helpful, and it is
easily confused with Radio Data System (which we may want to support
in kernel, too).

Signed-off-by: Pavel Machek <[email protected]>
Acked-by: Sowmini Varadhan <[email protected]>
Acked-by: Santosh Shilimkar <[email protected]>

diff --git a/net/rds/Kconfig b/net/rds/Kconfig
index 41f7556..2738f14 100644
--- a/net/rds/Kconfig
+++ b/net/rds/Kconfig
@@ -1,6 +1,6 @@

config RDS
- tristate "The RDS Protocol"
+ tristate "The Reliable Datagram Sockets Protocol"
depends on INET
---help---
The RDS (Reliable Datagram Sockets) protocol provides reliable,

--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html


Attachments:
(No filename) (810.00 B)
signature.asc (188.00 B)
Digital signature
Download all attachments

2018-08-30 11:33:55

by Sowmini Varadhan

[permalink] [raw]
Subject: Re: [PATCHv2] net/rds: RDS is not Radio Data System

On (08/30/18 13:30), Pavel Machek wrote:
> - tristate "The RDS Protocol"
> + tristate "The Reliable Datagram Sockets Protocol"


Looks good to me.

Acked-by: Sowmini Varadhan <[email protected]>


2018-09-01 06:11:29

by David Miller

[permalink] [raw]
Subject: Re: [PATCH] net/rds: RDS is not Radio Data System

From: Pavel Machek <[email protected]>
Date: Thu, 30 Aug 2018 12:23:37 +0200

> Getting prompt "The RDS Protocol" (RDS) is not too helpful, and it is
> easily confused with Radio Data System (which we may want to support
> in kernel, too).
>
> Signed-off-by: Pavel Machek <[email protected]>
> Acked-by: Sowmini Varadhan <[email protected]>
> Acked-by: Santosh Shilimkar <[email protected]>

Applied.