fs: correct comments for fs_read() and write()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 25 Apr 2019 18:36:39 +0000 (20:36 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 3 May 2019 11:23:17 +0000 (07:23 -0400)
commita0e92cde2a4f7b4e209b6301dfe72588c674fd61
tree54ce636c1984379aebfd7a87eb83043ba9c47811
parent12df71cd749b9e76c68484a8cedd5347c6679a7b
fs: correct comments for fs_read() and write()

The existing comments where confusing read and write. The comment for
fs_write() had:
"@addr: The address to read into"

So let's rework the comments and format them in Sphinx style.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/fs.h