mirror of
https://github.com/apache/nuttx.git
synced 2026-05-16 13:56:00 +08:00
e98d018265
In ./fs/inode directory, the variable name FAR struct inode *node is named inconsistently, with some using node and others using inode. To facilitate understanding, we will standardize the naming to FAR struct inode *inode. Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>