Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arch/arm/src/at32/at32_tim.c
Original file line number Diff line number Diff line change
Expand Up @@ -1596,7 +1596,7 @@ static int at32_tim_checkint(struct at32_tim_dev_s *dev, int source)
}

/****************************************************************************
* Pubic Functions
* Public Functions
****************************************************************************/

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/src/common/stm32/stm32_tim_m3m4_v1v2v3.c
Original file line number Diff line number Diff line change
Expand Up @@ -1720,7 +1720,7 @@ static int stm32_tim_checkint(struct stm32_tim_dev_s *dev, int source)
}

/****************************************************************************
* Pubic Functions
* Public Functions
****************************************************************************/

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/src/stm32l4/stm32l4_tim.c
Original file line number Diff line number Diff line change
Expand Up @@ -1711,7 +1711,7 @@ static int stm32_tim_checkint(struct stm32_tim_dev_s *dev,
}

/****************************************************************************
* Pubic Functions
* Public Functions
****************************************************************************/

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/src/stm32l5/stm32l5_tim.c
Original file line number Diff line number Diff line change
Expand Up @@ -1494,7 +1494,7 @@ static int stm32_tim_checkint(struct stm32_tim_dev_s *dev,
}

/****************************************************************************
* Pubic Functions
* Public Functions
****************************************************************************/

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/src/stm32u5/stm32_tim.c
Original file line number Diff line number Diff line change
Expand Up @@ -1494,7 +1494,7 @@ static int stm32_tim_checkint(struct stm32_tim_dev_s *dev,
}

/****************************************************************************
* Pubic Functions
* Public Functions
****************************************************************************/

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/src/stm32wb/stm32wb_tim.c
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,7 @@ static int stm32_tim_checkint(struct stm32_tim_dev_s *dev, int source)
}

/****************************************************************************
* Pubic Functions
* Public Functions
****************************************************************************/

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/src/stm32wl5/stm32wl5_tim.c
Original file line number Diff line number Diff line change
Expand Up @@ -1496,7 +1496,7 @@ static int stm32_tim_checkint(struct stm32_tim_dev_s *dev,
}

/****************************************************************************
* Pubic Functions
* Public Functions
****************************************************************************/

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion arch/mips/src/pic32mz/pic32mz_timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,7 @@ static bool pic32mz_timer_checkint(struct pic32mz_timer_dev_s *dev)
}

/****************************************************************************
* Pubic Functions
* Public Functions
****************************************************************************/

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion arch/sparc/src/bm3803/bm3803_tim.c
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ static int bm3803_tim_checkint(struct bm3803_tim_dev_s *dev, int source)
}

/****************************************************************************
* Pubic Functions
* Public Functions
****************************************************************************/

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion arch/sparc/src/s698pm/s698pm_tim.c
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ static int s698pm_tim_checkint(struct s698pm_tim_dev_s *dev, int source)
}

/****************************************************************************
* Pubic Functions
* Public Functions
****************************************************************************/

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion drivers/video/vnc/vnc_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ static int vnc_connect(FAR struct vnc_session_s *session, int port)
}

/****************************************************************************
* Pubic Functions
* Public Functions
****************************************************************************/

/****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion include/nuttx/wdog.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ struct wdog_s
};

/****************************************************************************
* Pubic Function Prototypes
* Public Function Prototypes
****************************************************************************/

#ifdef __cplusplus
Expand Down
Loading