Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 988acec9 authored by Sasha Levin's avatar Sasha Levin Committed by Jiri Kosina
Browse files

hwrng: fix spelling mistake in header comment



Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: Matt Mackall <mpm@selenic.com>
Signed-off-by: default avatarSasha Levin <levinsasha928@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent d762f438
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.