diff mbox series

random.c: Update RFC reference

Message ID CACXcFmkigZwbL8TtA7rATWhxGzL=1k6UsyLydVmDgp+PZtq8wA@mail.gmail.com
State New
Headers show
Series random.c: Update RFC reference | expand

Commit Message

Sandy Harris Sept. 9, 2021, 1:53 a.m. UTC
RFC 1750 was obsoleted by RFC 4086 from the same authors in 2005.

Signed-off-by: Sandy Harris <sandyinchina@gmail.com>

---
 drivers/char/random.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/char/random.c b/drivers/char/random.c
index 605969ed0f96..57fe011fb5e4 100644
--- a/drivers/char/random.c
+++ b/drivers/char/random.c
@@ -303,7 +303,7 @@ 
  *
  * Further background information on this topic may be obtained from
- * RFC 1750, "Randomness Recommendations for Security", by Donald
+ * RFC 4086, "Randomness Requirements for Security", by Donald
  * Eastlake, Steve Crocker, and Jeff Schiller.
  */