procfs: fix a typo
Signed-off-by: wanggang26 <wanggang26@xiaomi.com>
This commit is contained in:
parent
a3d17a18a7
commit
40a2adf720
1 changed files with 1 additions and 1 deletions
|
|
@ -490,7 +490,7 @@ static ssize_t procfs_write(FAR struct file *filep, FAR const char *buffer,
|
||||||
handler = (FAR struct procfs_file_s *)filep->f_priv;
|
handler = (FAR struct procfs_file_s *)filep->f_priv;
|
||||||
DEBUGASSERT(handler);
|
DEBUGASSERT(handler);
|
||||||
|
|
||||||
/* Call the handler's read routine */
|
/* Call the handler's write routine */
|
||||||
|
|
||||||
if (handler->procfsentry->ops->write)
|
if (handler->procfsentry->ops->write)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue