Minor style clean up

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2023-01-28 10:17:18 +08:00 committed by Petro Karashchenko
parent 94db8a9414
commit 7d66a16c53
5 changed files with 6 additions and 5 deletions

View File

@ -277,6 +277,7 @@
#ifndef MAX
# define MAX(a,b) (((a) > (b)) ? (a) : (b))
#endif
/****************************************************************************
* Private Types
****************************************************************************/

View File

@ -764,7 +764,7 @@ config MPU60X0_GYRO_FS_SEL
default 2
---help---
Sets the @fs_sel bit in GYRO_CONFIG to the value provided. Per
the datasheet, the meaning of @fs_sel is as follows:
the datasheet, the meaning of @fs_sel is as follows:
GYRO_CONFIG(0x1b) : XG_ST YG_ST ZG_ST FS_SEL1 FS_SEL0 x x x
XG_ST, YG_ST, ZG_ST : self-test (unsupported in this driver)
1 -> activate self-test on X, Y, and/or Z gyros

View File

@ -79,7 +79,7 @@ $(AOBJS): %$(OBJEXT): %.S
$(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
$(BIN): $(OBJS)
$(BIN): $(OBJS)
$(call ARCHIVE, $@, $(OBJS))
context::

View File

@ -71,7 +71,7 @@ $(CXXOBJS): %$(OBJEXT): %.cxx
$(CPPOBJS): %$(OBJEXT): %.cpp
$(call COMPILEXX, $<, $@)
$(BIN): $(OBJS)
$(BIN): $(OBJS)
$(call ARCHIVE, $@, $(OBJS))
context::

View File

@ -38,7 +38,7 @@ $(AOBJS): %$(OBJEXT): %.S
$(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
$(BIN): $(OBJS)
$(BIN): $(OBJS)
$(call ARCHIVE, $@, $(OBJS))
makedepfile: $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds)