mirror of
https://github.com/apache/nuttx.git
synced 2026-05-15 03:58:06 +08:00
Fix nxstyle issue existing on fs/ioctl.h
This commit is contained in:
committed by
Abdelatif Guettouche
parent
f09d103528
commit
e7c99480ea
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user