diff options
Diffstat (limited to 'payloads/libpayload/drivers/nvram.c')
-rw-r--r-- | payloads/libpayload/drivers/nvram.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/payloads/libpayload/drivers/nvram.c b/payloads/libpayload/drivers/nvram.c index 502cf6e587..86ff670425 100644 --- a/payloads/libpayload/drivers/nvram.c +++ b/payloads/libpayload/drivers/nvram.c @@ -68,7 +68,7 @@ /** * Read a byte from the specified NVRAM address. - * + * * @param addr The NVRAM address to read a byte from. * @return The byte at the given NVRAM address. */ @@ -82,7 +82,7 @@ u8 nvram_read(u8 addr) /** * Write a byte to the specified NVRAM address. - * + * * @param val The byte to write to NVRAM. * @param addr The NVRAM address to write to. */ |