Skip to content

Commit 09b70c2

Browse files
committed
style: fix checkpatch issues after debug.h move
Fixed copespell errors, for CI sucess! Signed-off-by: Piyush Patle <piyushpatle228@gmail.com>
1 parent 8e25b3f commit 09b70c2

123 files changed

Lines changed: 223 additions & 87 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

arch/arm/src/am335x/am335x_edid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
#include <string.h>
4646
#include <assert.h>
4747
#include <errno.h>
48-
#include <nuttx/debug.h>
4948

49+
#include <nuttx/debug.h>
5050
#include <nuttx/video/edid.h>
5151

5252
#include "am335x_lcdc.h"

arch/arm/src/at32/at32_gpio.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include <stdint.h>
3131
#include <stdbool.h>
3232
#include <errno.h>
33+
3334
#include <nuttx/debug.h>
3435
#include <nuttx/irq.h>
3536
#include <nuttx/spinlock.h>

arch/arm/src/at32/at32_pwm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
#define TIMTYPE_GENERAL16 1 /* General 16-bit timers (up, down, up/down)*/
6868
#define TIMTYPE_COUNTUP16 2 /* General 16-bit count-up timers */
6969
#define TIMTYPE_COUNTUP16_N 3 /* General 16-bit count-up timers with
70-
* complementary outptus
70+
* complementary outputs
7171
*/
7272
#define TIMTYPE_GENERAL32 4 /* General 32-bit timers (up, down, up/down)*/
7373
#define TIMTYPE_ADVANCED 5 /* Advanced timers */

arch/arm/src/at32/at32_spi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#include <string.h>
3333
#include <assert.h>
3434
#include <errno.h>
35+
3536
#include <nuttx/debug.h>
3637
#include <nuttx/irq.h>
3738
#include <nuttx/arch.h>

arch/arm/src/at32/at32_start.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#include <nuttx/config.h>
2828
#include <stdint.h>
2929
#include <assert.h>
30+
3031
#include <nuttx/debug.h>
3132
#include <nuttx/init.h>
3233
#include "arm_internal.h"

arch/arm/src/at32/at32_timerisr.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
#include <stdint.h>
3030
#include <time.h>
31+
3132
#include <nuttx/debug.h>
3233
#include <nuttx/arch.h>
3334
#include <nuttx/timers/arch_timer.h>

arch/arm/src/at32/at32f43xxx_rtcc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#include <time.h>
3333
#include <assert.h>
3434
#include <errno.h>
35+
3536
#include <nuttx/debug.h>
3637
#include <nuttx/arch.h>
3738
#include <nuttx/irq.h>

arch/arm/src/c5471/c5471_ethernet.c

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
#define MD_PHY_LSB_REG 0x03
261261
#define MD_PHY_CTRL_STAT_REG 0x17
262262

263-
/* Lucent LU3X31T-T64 transeiver ID */
263+
/* Lucent LU3X31T-T64 transceiver ID */
264264

265265
#define LU3X31_T64_PHYID 0x00437421
266266

@@ -446,8 +446,8 @@ static inline void c5471_dumpbuffer(const char *msg, const uint8_t *buffer,
446446
*
447447
* Description:
448448
* A helper routine used when serially communicating with the c547X's
449-
* external ethernet transeiver device. GPIO pins are connected to the
450-
* transeiver's MDCLK and MDIO pins and are used to accomplish the serial
449+
* external ethernet transceiver device. GPIO pins are connected to the
450+
* transceiver's MDCLK and MDIO pins and are used to accomplish the serial
451451
* comm.
452452
*
453453
* protocol:
@@ -513,8 +513,8 @@ static void c5471_mdtxbit (int bit_state)
513513
*
514514
* Description:
515515
* A helper routine used when serially communicating with the c547X's
516-
* external ethernet transeiver device. GPIO pins are connected to the
517-
* transeiver's MDCLK and MDIO pins and are used to accomplish the serial
516+
* external ethernet transceiver device. GPIO pins are connected to the
517+
* transceiver's MDCLK and MDIO pins and are used to accomplish the serial
518518
* comm.
519519
*
520520
* protocol:
@@ -574,8 +574,8 @@ static int c5471_mdrxbit (void)
574574
*
575575
* Description:
576576
* A helper routine used when serially communicating with the c547X's
577-
* external ethernet transeiver device. GPIO pins are connected to the
578-
* transeiver's MDCLK and MDIO pins and are used to accomplish the serial
577+
* external ethernet transceiver device. GPIO pins are connected to the
578+
* transceiver's MDCLK and MDIO pins and are used to accomplish the serial
579579
* comm.
580580
*
581581
****************************************************************************/
@@ -636,8 +636,8 @@ static void c5471_mdwrite (int adr, int reg, int data)
636636
*
637637
* Description:
638638
* A helper routine used when serially communicating with the c547X's
639-
* external ethernet transeiver device. GPIO pins are connected to the
640-
* transeiver's MDCLK and MDIO pins and are used to accomplish the serial
639+
* external ethernet transceiver device. GPIO pins are connected to the
640+
* transceiver's MDCLK and MDIO pins and are used to accomplish the serial
641641
* comm.
642642
*
643643
****************************************************************************/
@@ -700,21 +700,21 @@ static int c5471_mdread (int adr, int reg)
700700
* Name: c5471_phyinit
701701
*
702702
* Description:
703-
* The c547X EVM board uses a Lucent LU3X31T-T64 transeiver device to
703+
* The c547X EVM board uses a Lucent LU3X31T-T64 transceiver device to
704704
* handle the physical layer (PHY). It's a h/w block that on the one end
705705
* offers a Media Independent Interface (MII) which is connected to the
706706
* Ethernet Interface Module (EIM) internal to the C547x and on the other
707707
* end offers either the 10baseT or 100baseT electrical interface
708-
* connecting to an RJ45 onboard network connector. The PHY transeiver has
708+
* connecting to an RJ45 onboard network connector. The PHY transceiver has
709709
* several internal registers allowing host configuration and status
710710
* access. These internal registers are accessible by clocking serial data
711711
* in/out of the MDIO pin of the LU3X31T-T64 chip. For c547X, the MDC and
712712
* the MDIO pins are connected to the C547x GPIO15 and GPIO14 pins
713713
* respectively. Host software twiddles the GPIO pins appropriately to get
714714
* data serially into and out of the chip. This is typically a one time
715-
* operation at boot and normal operation of the transeiver involves
716-
* EIM/Transeiver interaction at the other pins of the transeiver chip and
717-
* doesn't require host intervention at the MDC and MDIO pins.
715+
* operation at boot and normal operation of the transceiver involves
716+
* EIM/Transceiver interaction at the other pins of the transceiver chip
717+
* and doesn't require host intervention at the MDC and MDIO pins.
718718
*
719719
****************************************************************************/
720720

@@ -724,7 +724,7 @@ static int c5471_phyinit (void)
724724
int phyid;
725725
int status;
726726

727-
/* Next, Setup GPIO pins to talk serially to the Lucent transeiver chip */
727+
/* Next, Setup GPIO pins to talk serially to the Lucent transceiver chip */
728728

729729
/* enable gpio bits 15,14 */
730730

@@ -786,7 +786,7 @@ static int c5471_phyinit (void)
786786
int phyid;
787787
int status;
788788

789-
/* Next, Setup GPIO pins to talk serially to the Lucent transeiver chip */
789+
/* Next, Setup GPIO pins to talk serially to the Lucent transceiver chip */
790790

791791
putreg32((getreg32(GPIO_EN) | 0x0000c000), GPIO_EN); /* enable gpio bits 15,14 */
792792
putreg32((getreg32(GPIO_CIO) & ~0x00008000), GPIO_CIO); /* config gpio(15); out -> MDCLK */

arch/arm/src/c5471/c5471_timerisr.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#include <nuttx/config.h>
2828

2929
#include <stdint.h>
30+
3031
#include <nuttx/debug.h>
3132
#include <nuttx/arch.h>
3233

arch/arm/src/dm320/dm320_timerisr.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#include <nuttx/config.h>
2828

2929
#include <stdint.h>
30+
3031
#include <nuttx/debug.h>
3132
#include <nuttx/arch.h>
3233

0 commit comments

Comments
 (0)