X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fhw_random.h;h=b4b0eef5fddf381d9d842658a3adb29f17877883;hb=3c076351c4027a56d5005a39a0b518a4ba393ce2;hp=9bede7633f745d7c5bd866d2f46df9a51021f92d;hpb=1954ee55605a75c91924b63c2584f4d53f11afc7;p=pandora-kernel.git diff --git a/include/linux/hw_random.h b/include/linux/hw_random.h index 9bede7633f74..b4b0eef5fddf 100644 --- a/include/linux/hw_random.h +++ b/include/linux/hw_random.h @@ -25,7 +25,7 @@ * there is always data available. *OBSOLETE* * @data_read: Read data from the RNG device. * Returns the number of lower random bytes in "data". - * Must not be NULL. *OSOLETE* + * Must not be NULL. *OBSOLETE* * @read: New API. drivers can fill up to max bytes of data * into the buffer. The buffer is aligned for any type. * @priv: Private data, for use by the RNG driver.