diff options
author | Pavel Machek <pavel@ucw.cz> | 2018-08-30 13:30:03 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-08-31 23:09:53 -0700 |
commit | b0e0b0abbd5e52568e3848b0ba54a9efa3a11547 (patch) | |
tree | 82f25b86de97711b9476562163a87b3feb347396 /net/rds | |
parent | e04e7a7bbd4bbabef4e1a58367e5fc9b2edc3b10 (diff) | |
download | linux-b0e0b0abbd5e52568e3848b0ba54a9efa3a11547.tar.bz2 |
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 <pavel@ucw.cz>
Acked-by: Sowmini Varadhan <sowmini.varadhan@oracle.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Acked-by: Sowmini Varadhan <sowmini.varadhan@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/rds')
-rw-r--r-- | net/rds/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rds/Kconfig b/net/rds/Kconfig index 01b3bd6a3708..b9092111bc45 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, |