forked from nuttx/nuttx-update
Fix nxstyle issue existing on fs/ioctl.h
This commit is contained in:
parent
f09d103528
commit
e7c99480ea
1 changed files with 1 additions and 1 deletions
|
@ -546,7 +546,7 @@
|
|||
#define _RCIOCVALID(c) (_IOC_TYPE(c)==_RCIOCBASE)
|
||||
#define _RCIOC(nr) _IOC(_RCIOCBASE,nr)
|
||||
|
||||
/* Hime drivers **********************************************************/
|
||||
/* Hime drivers *************************************************************/
|
||||
|
||||
#define _HIMEMIOCVALID(c) (_IOC_TYPE(c) == _HIMEMBASE)
|
||||
#define _HIMEMIOC(nr) _IOC(_HIMEMBASE, nr)
|
||||
|
|
Loading…
Reference in a new issue