mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 18:48:11 +08:00
committed by
Petro Karashchenko
parent
a3d17a18a7
commit
40a2adf720
@@ -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;
|
||||
DEBUGASSERT(handler);
|
||||
|
||||
/* Call the handler's read routine */
|
||||
/* Call the handler's write routine */
|
||||
|
||||
if (handler->procfsentry->ops->write)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user