]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
include: Remove duplicate newlines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Mon, 22 Jul 2024 23:28:34 +0000 (01:28 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 29 Jul 2024 21:01:04 +0000 (15:01 -0600)
Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
41 files changed:
include/ata.h
include/blkmap.h
include/bzlib.h
include/dfu.h
include/dw_hdmi.h
include/ec_commands.h
include/efi_api.h
include/efi_loader.h
include/env_internal.h
include/exports.h
include/flash.h
include/fsl_ddr_sdram.h
include/fsl_dtsec.h
include/fsl_errata.h
include/fsl_ifc.h
include/fsl_mmdc.h
include/fsl_validate.h
include/gt64120.h
include/key_matrix.h
include/malloc.h
include/mc13892.h
include/micrel.h
include/mmc.h
include/mpc8xx.h
include/mv88e6352.h
include/nand.h
include/net.h
include/part.h
include/pci.h
include/pci_gt64120.h
include/pci_ids.h
include/scsi.h
include/spd.h
include/spl.h
include/tegra-kbc.h
include/usb.h
include/usb_defs.h
include/usbdescriptors.h
include/usbdevice.h
include/xyzModem.h
include/zfs_common.h

index a7bcee6a64ce5dd04f9659307b78c75dacadac04..57be0e87617575fe70d1ba9a9a74ff84983af780 100644 (file)
@@ -73,7 +73,6 @@
 #define ATAPI_CMD_START_STOP 0x1B
 #define ATAPI_CMD_READ_12 0xA8
 
-
 #define ATA_GET_ERR()  inb(ATA_STATUS)
 #define ATA_GET_STAT() inb(ATA_STATUS)
 #define ATA_OK_STAT(stat,good,bad)     (((stat)&((good)|(bad)))==(good))
@@ -189,7 +188,6 @@ typedef struct hd_driveid {
        unsigned short  words164_255[92];/* reserved words 164-255 */
 } hd_driveid_t;
 
-
 /*
  * PIO Mode Configuration
  *
index 30dc84a7da8fd5445e5d65023c9f7d6f9010348d..d53095437fa0f950e0b39305283ec2d55016597a 100644 (file)
@@ -65,7 +65,6 @@ int blkmap_map_mem(struct udevice *dev, lbaint_t blknr, lbaint_t blkcnt,
 int blkmap_map_pmem(struct udevice *dev, lbaint_t blknr, lbaint_t blkcnt,
                    phys_addr_t paddr);
 
-
 /**
  * blkmap_from_label() - Find blkmap from label
  *
index 19314f8f665752769d51ebea6523ccb23118fc3f..e3cf6f9c593714f1a0a971ea32094c92ab355735 100644 (file)
@@ -62,7 +62,6 @@
   For more information on these sources, see the manual.
 --*/
 
-
 #ifndef _BZLIB_H
 #define _BZLIB_H
 
@@ -117,7 +116,6 @@ typedef
    }
    bz_stream;
 
-
 #ifndef BZ_IMPORT
 #define BZ_EXPORT
 #endif
@@ -141,7 +139,6 @@ typedef
 #   define BZ_EXTERN extern
 #endif
 
-
 /*-- Core (low-level) library functions --*/
 
 BZ_EXTERN int BZ_API(BZ2_bzCompressInit) (
@@ -174,7 +171,6 @@ BZ_EXTERN int BZ_API(BZ2_bzDecompressEnd) (
       bz_stream *strm
    );
 
-
 /*-- High(er) level library functions --*/
 
 #ifndef BZ_NO_STDIO
@@ -247,7 +243,6 @@ BZ_EXTERN void BZ_API(BZ2_bzWriteClose64) (
    );
 #endif
 
-
 /*-- Utility functions --*/
 
 BZ_EXTERN int BZ_API(BZ2_bzBuffToBuffCompress) (
@@ -269,7 +264,6 @@ BZ_EXTERN int BZ_API(BZ2_bzBuffToBuffDecompress) (
       int           verbosity
    );
 
-
 /*--
    Code contributed by Yoshioka Tsuneo
    (QWF00133@niftyserve.or.jp/tsuneo-y@is.aist-nara.ac.jp),
index fa1918cd6635533bffa402412863f8df472c9955..6c5431b394871defcee95d4675e5c7765e3db2c3 100644 (file)
@@ -99,7 +99,6 @@ struct virt_internal_data {
        int dev_num;
 };
 
-
 #if defined(CONFIG_DFU_NAME_MAX_SIZE)
 #define DFU_NAME_SIZE                  CONFIG_DFU_NAME_MAX_SIZE
 #else
index f4d66edaceeec1035faefc2bf58c3cab1c893364..b73518207ef5ae915a485649e99b7423fa369be7 100644 (file)
@@ -309,7 +309,6 @@ enum {
        HDMI_FC_INVIDCONF_IN_I_P_INTERLACED = 0x1,
        HDMI_FC_INVIDCONF_IN_I_P_PROGRESSIVE = 0x0,
 
-
        /* fc_aviconf0-fc_aviconf3 field values */
        HDMI_FC_AVICONF0_PIX_FMT_MASK = 0x03,
        HDMI_FC_AVICONF0_PIX_FMT_RGB = 0x00,
index 36f4a02f936c5035ca0a96f48aedebd2d2694076..23597d28b2cc0e89a0b5e39149356341250e03f1 100644 (file)
 /* Current version of ACPI memory address space */
 #define EC_ACPI_MEM_VERSION_CURRENT 2
 
-
 /*
  * This header file is used in coreboot both in C and ACPI code.  The ACPI code
  * is pre-processed to handle constants but the ASL compiler is unable to
@@ -984,7 +983,6 @@ struct __ec_align4 ec_response_get_protocol_info {
        uint32_t flags;
 };
 
-
 /*****************************************************************************/
 /* Get/Set miscellaneous values */
 
@@ -1300,7 +1298,6 @@ struct __ec_align4 ec_params_flash_erase {
        uint32_t size;     /* Size to erase in bytes */
 };
 
-
 #define EC_VER_FLASH_WRITE 1
 /* v1 add async erase:
  * subcommands can returns:
@@ -1451,7 +1448,6 @@ struct __ec_align4 ec_response_vbnvcontext {
        uint8_t block[EC_VBNV_BLOCK_SIZE_V2];
 };
 
-
 /* Get SPI flash information */
 #define EC_CMD_FLASH_SPI_INFO 0x0018
 
@@ -1469,7 +1465,6 @@ struct __ec_align1 ec_response_flash_spi_info {
        uint8_t sr1, sr2;
 };
 
-
 /* Select flash during flash operations */
 #define EC_CMD_FLASH_SELECT 0x0019
 
@@ -1801,7 +1796,6 @@ struct __ec_todo_packed ec_response_lightbar {
                struct lightbar_params_v0 get_params_v0;
                struct lightbar_params_v1 get_params_v1;
 
-
                struct lightbar_params_v2_timing get_params_v2_timing;
                struct lightbar_params_v2_tap get_params_v2_tap;
                struct lightbar_params_v2_oscillation get_params_v2_osc;
@@ -2667,7 +2661,6 @@ struct __ec_align2 ec_response_thermal_get_threshold {
        uint16_t value;
 };
 
-
 /* The version 1 structs are visible. */
 enum ec_temp_thresholds {
        EC_TEMP_THRESH_WARN = 0,
@@ -2765,7 +2758,6 @@ struct __ec_align4 ec_params_tmp006_set_calibration_v1 {
        float val[0];
 };
 
-
 /* Read raw TMP006 data */
 #define EC_CMD_TMP006_GET_RAW 0x0055
 
@@ -3082,7 +3074,6 @@ struct __ec_align1 ec_response_temp_sensor_get_info {
 /*****************************************************************************/
 /* Host event commands */
 
-
 /* Obsolete. New implementation should use EC_CMD_PROGRAM_HOST_EVENT instead */
 /*
  * Host event mask params and response structures, shared by all of the host
@@ -3619,7 +3610,6 @@ struct __ec_align4 ec_response_charge_state {
        };
 };
 
-
 /*
  * Set maximum battery charging current.
  */
@@ -4207,7 +4197,6 @@ struct __ec_align4 ec_response_pd_log {
        uint8_t payload[0]; /* optional additional data payload: 0..16 bytes */
 };
 
-
 /* The timestamp is the microsecond counter shifted to get about a ms. */
 #define PD_LOG_TIMESTAMP_SHIFT 10 /* 1 LSB = 1024us */
 
@@ -4322,7 +4311,6 @@ struct __ec_align1 ec_params_pd_write_log_entry {
        uint8_t port; /* port#, or 0 for events unrelated to a given port */
 };
 
-
 /* Control USB-PD chip */
 #define EC_CMD_PD_CONTROL 0x0119
 
index ab40b1b5ddf64621f2fbd190e427d016fd0a0a63..f07d074f93bd548c586bd1fa5ed2e4d355628e7a 100644 (file)
@@ -2017,7 +2017,6 @@ struct efi_firmware_image_authentication {
        struct win_certificate_uefi_guid auth_info;
 } __attribute__((__packed__));
 
-
 /**
  * struct efi_signature_data - A format of signature
  *
index f2e5063a970bab068d0597b89ffe87c888a5fde5..f84852e384f5d8e04559182f2fbdb6d151261e15 100644 (file)
@@ -153,7 +153,6 @@ static inline void efi_set_bootdev(const char *dev, const char *devnr,
        EFI_GUID(0xb2ac5fc9, 0x92b7, 0x4acd, \
                 0xae, 0xac, 0x11, 0xe8, 0x18, 0xc3, 0x13, 0x0c)
 
-
 /* Use internal device tree when starting UEFI application */
 #define EFI_FDT_USE_INTERNAL NULL
 
index cbd1ef3e9141377733dfc816b9b6d85bc94a1897..0a267e355923f07172d644d30f018ae5d39a07c8 100644 (file)
@@ -15,7 +15,6 @@
 #ifndef _ENV_INTERNAL_H_
 #define _ENV_INTERNAL_H_
 
-
 /**************************************************************************
  *
  * The "environment" is stored as a list of '\0' terminated
index 6f8c9cf4517e1497952086a9d683f879eafc5f39..23cc3a66c20fc5e252698e6d46a31813d97572a1 100644 (file)
@@ -70,7 +70,6 @@ struct jt_funcs {
 #undef EXPORT_FUNC
 };
 
-
 #define XF_VERSION     9
 
 #if defined(CONFIG_X86)
index 0f7369774117c0cdf28635ac2aa96b5cf871d0f3..60babe8a80522453cb400f79c210da8cd36182d3 100644 (file)
@@ -256,7 +256,6 @@ void flash_perror(int err);
 #define AMD_ID_GL128N_2        0x22212221      /* 2nd ID word for S29GL128N */
 #define AMD_ID_GL128N_3        0x22012201      /* 3rd ID word for S29GL128N */
 
-
 #define AMD_ID_LV320B_2 0x221A221A     /* 2d ID word for AM29LV320MB at 0x38 */
 #define AMD_ID_LV320B_3 0x22002200     /* 3d ID word for AM29LV320MB at 0x3c */
 
@@ -476,7 +475,6 @@ void flash_perror(int err);
 
 #define FLASH_UNKNOWN  0xFFFF          /* unknown flash type                   */
 
-
 /* manufacturer offsets
  */
 #define FLASH_MAN_AMD  0x00000000      /* AMD                                  */
index c43f780e4cd17e8569743746a749d8b0e47894d1..182f583653394b60d01761861ff8e57c752be68e 100644 (file)
@@ -197,7 +197,6 @@ typedef struct ddr4_spd_eeprom_s generic_spd_eeprom_t;
 /* DEBUG_29 register */
 #define DDR_TX_BD_DIS  (1 << 10) /* Transmit Bit Deskew Disable */
 
-
 #if (defined(CONFIG_SYS_FSL_DDR_VER) && \
        (CONFIG_SYS_FSL_DDR_VER >= FSL_DDR_VER_4_7))
 #ifdef CONFIG_SYS_FSL_DDR3L
@@ -473,7 +472,6 @@ extern phys_size_t fixed_sdram(void);
 extern void ddr_enable_ecc(unsigned int dram_size);
 #endif
 
-
 typedef struct fixed_ddr_parm{
        int min_freq;
        int max_freq;
index ccd6572ae26916524aeb747b2d87ef6d06032e2e..d93f50e95b90eb4a3d2e9bcfa84eb408249188b5 100644 (file)
@@ -97,7 +97,6 @@ struct dtsec {
        u32     res9[80];
 };
 
-
 /* TBI register addresses */
 #define TBI_CR                 0x00
 #define TBI_SR                 0x01
index 9f070726acb21c8bfcf06f97994394b702de8ba1..c15f9a0484874e1564b7fe273e6e865ec4c838b4 100644 (file)
@@ -14,7 +14,6 @@
 #include <asm/arch/soc.h>
 #endif
 
-
 #ifdef CONFIG_SYS_FSL_ERRATUM_A006379
 static inline bool has_erratum_a006379(void)
 {
@@ -62,7 +61,6 @@ static inline bool has_erratum_a008378(void)
        u32 svr = get_svr();
        u32 soc = SVR_SOC_VER(svr);
 
-
        switch (soc) {
 #ifdef CONFIG_ARCH_LS1021A
        case SOC_VER_LS1020:
index 4991d93220074d7ea3d31b178b8afe9a694e2575..3ac226879303b58325be661359c5b0f17cb19f0b 100644 (file)
@@ -33,7 +33,6 @@
 #error Neither CONFIG_SYS_FSL_IFC_LE nor CONFIG_SYS_FSL_IFC_BE is defined
 #endif
 
-
 /*
  * CSPR - Chip Select Property Register
  */
@@ -790,7 +789,6 @@ enum ifc_nand_fir_opcodes {
  */
 #define IFC_GPCM_STAT_BSY              0x80000000  /* GPCM is busy */
 
-
 #ifndef __ASSEMBLY__
 #include <asm/io.h>
 
index 05fb41f40335ff29d4e6364379bce6c3a88ac9fb..f706cfe12acf0a462b92c7fa934a1173123cb91a 100644 (file)
@@ -12,7 +12,6 @@
 /* PHY Pre-defined Compare and CA delay-line Configuration (MPPDCMPR2) */
 #define MPPDCMPR2_MPR_COMPARE_EN       (1 << 0)
 
-
 /* MMDC PHY Read DQS gating control register 0 (MPDGCTRL0) */
 #define AUTO_RD_DQS_GATING_CALIBRATION_EN      (1 << 28)
 
index 66a5883f1f7e295b93784936bad123cf20de7f1b..4b69de89ebdc63a3d7c759c632f7e995706d1ff0 100644 (file)
@@ -161,7 +161,6 @@ struct fsl_secboot_img_hdr {
 
 #endif /* CONFIG_ESBC_HDR_LS */
 
-
 #if defined(CONFIG_FSL_ISBC_KEY_EXT)
 struct ie_key_table {
        u32 key_len;
index b58afe3c4afe0c200d99bf223ac72a8d13b9bb7d..b8d3f03a5e0b2d68ec62ee6b5b6674dee359afc4 100644 (file)
 #define GT_PCI0_HICMASK_OFS    0xca4
 #define GT_PCI1_SERR1MASK_OFS  0xca8
 
-
 /*
  * I2O Support Registers
  */
 #define GT_CPU_WR_DXDXDXDX     0
 #define GT_CPU_WR_DDDD         1
 
-
 #define GT_PCI_DCRM_SHF                21
 #define GT_PCI_LD_SHF          0
 #define GT_PCI_LD_MSK          (MSK(15) << GT_PCI_LD_SHF)
 #define GT_PCI_REMAP_SHF       0
 #define GT_PCI_REMAP_MSK       (MSK(11) << GT_PCI_REMAP_SHF)
 
-
 #define GT_CFGADDR_CFGEN_SHF   31
 #define GT_CFGADDR_CFGEN_MSK   (MSK(1) << GT_CFGADDR_CFGEN_SHF)
 #define GT_CFGADDR_CFGEN_BIT   GT_CFGADDR_CFGEN_MSK
 #define GT_CFGADDR_REGNUM_SHF  2
 #define GT_CFGADDR_REGNUM_MSK  (MSK(6) << GT_CFGADDR_REGNUM_SHF)
 
-
 #define GT_SDRAM_BM_ORDER_SHF  2
 #define GT_SDRAM_BM_ORDER_MSK  (MSK(1) << GT_SDRAM_BM_ORDER_SHF)
 #define GT_SDRAM_BM_ORDER_BIT  GT_SDRAM_BM_ORDER_MSK
 
 #define GT_SDRAM_BM_RSVD_ALL1  0xffb
 
-
 #define GT_SDRAM_ADDRDECODE_ADDR_SHF   0
 #define GT_SDRAM_ADDRDECODE_ADDR_MSK   (MSK(3) << GT_SDRAM_ADDRDECODE_ADDR_SHF)
 #define GT_SDRAM_ADDRDECODE_ADDR_0     0
 #define GT_SDRAM_ADDRDECODE_ADDR_6     6
 #define GT_SDRAM_ADDRDECODE_ADDR_7     7
 
-
 #define GT_SDRAM_B0_CASLAT_SHF         0
 #define GT_SDRAM_B0_CASLAT_MSK         (MSK(2) << GT_SDRAM_B0__SHF)
 #define GT_SDRAM_B0_CASLAT_2           1
 #define GT_SDRAM_B0_BLEN_8             0
 #define GT_SDRAM_B0_BLEN_4             1
 
-
 #define GT_SDRAM_CFG_REFINT_SHF                0
 #define GT_SDRAM_CFG_REFINT_MSK                (MSK(14) << GT_SDRAM_CFG_REFINT_SHF)
 
 #define GT_TC_CONTROL_SELTC0_MSK       (MSK(1) << GT_TC_CONTROL_SELTC0_SHF)
 #define GT_TC_CONTROL_SELTC0_BIT       GT_TC_CONTROL_SELTC0_MSK
 
-
 #define GT_PCI0_BARE_SWSCS3BOOTDIS_SHF 0
 #define GT_PCI0_BARE_SWSCS3BOOTDIS_MSK \
        (MSK(1) << GT_PCI0_BARE_SWSCS3BOOTDIS_SHF)
 #define GT_PCI0_BARE_SCS10DIS_MSK      (MSK(1) << GT_PCI0_BARE_SCS10DIS_SHF)
 #define GT_PCI0_BARE_SCS10DIS_BIT      GT_PCI0_BARE_SCS10DIS_MSK
 
-
 #define GT_INTRCAUSE_MASABORT0_SHF     18
 #define GT_INTRCAUSE_MASABORT0_MSK     (MSK(1) << GT_INTRCAUSE_MASABORT0_SHF)
 #define GT_INTRCAUSE_MASABORT0_BIT     GT_INTRCAUSE_MASABORT0_MSK
 #define GT_INTRCAUSE_TARABORT0_MSK     (MSK(1) << GT_INTRCAUSE_TARABORT0_SHF)
 #define GT_INTRCAUSE_TARABORT0_BIT     GT_INTRCAUSE_TARABORT0_MSK
 
-
 #define GT_PCI0_CMD_MBYTESWAP_SHF      0
 #define GT_PCI0_CMD_MBYTESWAP_MSK      (MSK(1) << GT_PCI0_CMD_MBYTESWAP_SHF)
 #define GT_PCI0_CMD_MBYTESWAP_BIT      GT_PCI0_CMD_MBYTESWAP_MSK
index 17f5d12cdd9f9418e3e717339064da536e4857c8..fffe2ddc531662786b94c667c1b999818816e93f 100644 (file)
@@ -8,7 +8,6 @@
 #ifndef _KEY_MATRIX_H
 #define _KEY_MATRIX_H
 
-
 /* Information about a matrix keyboard */
 struct key_matrix {
        /* Dimensions of the keyboard matrix, in rows and columns */
index 161ccbd129863bb3cea8cb2c279eca4a1759982e..07d3e90a855cac3c4fd56b468d674a18df12a6db 100644 (file)
      quickly avoid procedure declaration conflicts and linker symbol
      conflicts with existing memory allocation routines.
 
-
 */
 
 \f
@@ -256,12 +255,10 @@ extern "C" {
 #include <stdio.h>     /* needed for malloc_stats */
 #endif
 
-
 /*
   Compile-time options
 */
 
-
 /*
     Debugging:
 
@@ -306,10 +303,8 @@ extern "C" {
   returns a unique pointer for malloc(0), so does realloc(p, 0).
 */
 
-
 /*   #define REALLOC_ZERO_BYTES_FREES */
 
-
 /*
   WIN32 causes an emulation of sbrk to be compiled in
   mmap-based options are not currently supported in WIN32.
@@ -335,7 +330,6 @@ extern "C" {
 #include <windows.h>
 #endif
 
-
 /*
   HAVE_MEMCPY should be defined if you are not otherwise using
   ANSI STD C, but still have memcpy and memset in your C library
@@ -460,7 +454,6 @@ do {                                                                          \
 
 #endif
 
-
 /*
   Define HAVE_MMAP to optionally make malloc() use mmap() to
   allocate very large blocks.  These will be returned to the
@@ -563,7 +556,6 @@ do {                                                                          \
 #  endif
 #endif
 
-
 /*
 
   This version of malloc supports the standard SVID/XPG mallinfo
@@ -626,7 +618,6 @@ struct mallinfo {
 #define M_MMAP_THRESHOLD    -3
 #define M_MMAP_MAX          -4
 
-
 #ifndef DEFAULT_TRIM_THRESHOLD
 #define DEFAULT_TRIM_THRESHOLD (128 * 1024)
 #endif
@@ -677,10 +668,8 @@ struct mallinfo {
       It must be greater than page size to have any useful effect.  To
       disable trimming completely, you can set to (unsigned long)(-1);
 
-
 */
 
-
 #ifndef DEFAULT_TOP_PAD
 #define DEFAULT_TOP_PAD        (0)
 #endif
@@ -713,7 +702,6 @@ struct mallinfo {
 
 */
 
-
 #ifndef DEFAULT_MMAP_THRESHOLD
 #define DEFAULT_MMAP_THRESHOLD (128 * 1024)
 #endif
@@ -753,10 +741,8 @@ struct mallinfo {
       All together, these considerations should lead you to use mmap
       only for relatively large requests.
 
-
 */
 
-
 #ifndef DEFAULT_MMAP_MAX
 #ifdef HAVE_MMAP
 #define DEFAULT_MMAP_MAX       (64)
@@ -784,7 +770,6 @@ struct mallinfo {
       in mallopt will fail.
 */
 
-
 /*
     USE_DL_PREFIX will prefix all public routines with the string 'dl'.
       Useful to quickly avoid procedure declaration conflicts and linker
@@ -815,7 +800,6 @@ struct mallinfo {
 
 */
 
-
 #ifdef INTERNAL_LINUX_C_LIB
 
 #if __STD_C
index 8e8b63e7691df69ea7f2f0c0f7bfd63eb93675a3..d9ef53b1e48f0ceb43ff1604f68bb07d34878995 100644 (file)
@@ -6,7 +6,6 @@
  * (C) Copyright 2009 Freescale Semiconductor, Inc.
  */
 
-
 #ifndef __MC13892_H__
 #define __MC13892_H__
 
index a2593c5b10c5dd0479a09dc066fe59785cfbf747..6294bffc58232603b274ffe0b0c9f87698d75c29 100644 (file)
@@ -32,7 +32,6 @@
 #define PHY_ID_KSZ9031                         0x00221620
 #define PHY_ID_KSZ9131                         0x00221640
 
-
 /* Registers */
 #define MMD_ACCESS_CONTROL     0xd
 #define MMD_ACCESS_REG_DATA    0xe
index 7f1900363b91fc748795fa85f48da33b804f7148..155a8e9f4203e5b1826108313a0491f3c428d0f8 100644 (file)
@@ -73,7 +73,6 @@ struct bd_info;
 #define MMC_MODE_1BIT          BIT(28)
 #define MMC_MODE_SPI           BIT(27)
 
-
 #define SD_DATA_4BIT   0x00040000
 
 #define IS_SD(x)       ((x)->version & SD_VERSION_SD)
@@ -113,7 +112,6 @@ struct bd_info;
 #define MMC_CMD62_ARG1                 0xefac62ec
 #define MMC_CMD62_ARG2                 0xcbaea7
 
-
 #define SD_CMD_SEND_RELATIVE_ADDR      3
 #define SD_CMD_SWITCH_FUNC             6
 #define SD_CMD_SEND_IF_COND            8
index 0e0e0cb70d7c3535e39817d921c01e9e82b5a346..53e0be3de472f399d55e458aa48f6ef0067a2937 100644 (file)
@@ -13,7 +13,6 @@
 #ifndef __MPCXX_H__
 #define __MPCXX_H__
 
-
 /*-----------------------------------------------------------------------
  * Exception offsets (PowerPC standard)
  */
 #define SCCR_DFALCD10  0x00000002      /* Division by 5                        */
 #define SCCR_DFALCD11  0x00000003      /* Division by 7 (maximum)              */
 
-
 /*-----------------------------------------------------------------------
  * BR - Memory Controler: Base Register                                        16-9
  */
 #define OR_TRLX                0x00000004      /* Timing Relaxed                       */
 #define OR_EHTR                0x00000002      /* Extended Hold Time on Read           */
 
-
 /*-----------------------------------------------------------------------
  * MPTPR - Memory Periodic Timer Prescaler Register                    16-17
  */
 #define TGCR_STP1      0x0002          /* Stop timer   1               */
 #define TGCR_RST1      0x0001          /* Reset timer  1               */
 
-
 /*-----------------------------------------------------------------------
  * Timer Mode Register                                                 18-9
  */
 #define TMR_ICLK_TIN_PIN       0x0006  /* TINx pin                             */
 #define TMR_GE                 0x0001  /* Gate Enable                          */
 
-
 /*-----------------------------------------------------------------------
  * I2C Controller Registers
  */
index 152a0774fc0f2d0ac27330efb9eaa8c28ffaf174..4de9dbdb799ca1a6a831da23e9eeb63f33ee4ea2 100644 (file)
@@ -7,7 +7,6 @@
 #ifndef __MV886352_H
 #define __MV886352_H
 
-
 /* PHY registers */
 #define PHY(itf)       (itf)
 
index cdba7384ad1439a08df0cb9fb39835f03a78bcae..3a0ef6ad9cc4092c4218a2b4904a038d25159e6f 100644 (file)
@@ -58,7 +58,6 @@ static inline int nand_erase(struct mtd_info *info, loff_t off, size_t size)
        return mtd_erase(info, &instr);
 }
 
-
 /*****************************************************************************
  * declarations from nand_util.c
  ****************************************************************************/
index ac511eab103c0025050b8529a22fc3fb442f02bd..bb2ae20f52aa3318e8d9c2881615cbbcb598e5b6 100644 (file)
@@ -225,7 +225,6 @@ int eth_get_dev_index(void);                /* get the device index */
 int eth_env_set_enetaddr_by_index(const char *base_name, int index,
                                 uchar *enetaddr);
 
-
 /*
  * Initialize USB ethernet device with CONFIG_DM_ETH
  * Returns:
index 32ee4048856393782e64fba88fcaa3ce03c956eb..b187ec4b4bd504f6b4f51595fde154284504685b 100644 (file)
@@ -609,7 +609,6 @@ int gpt_verify_partitions(struct blk_desc *desc,
                          struct disk_partition *partitions, int parts,
                          gpt_header *gpt_head, gpt_entry **gpt_pte);
 
-
 /**
  * get_disk_guid() - Read the GUID string from a device's GPT
  *
index ea3b73923d60c4ea55fdd15d01af019f86d3f40c..5fea815b48c326cde13ef35e24affd3ff263606e 100644 (file)
 #define  PCI_X_CMD_MAX_SPLIT    0x0030  /* Max Outstanding Split Transactions */
 #define  PCI_X_CMD_VERSION(x)   (((x) >> 12) & 3) /* Version */
 
-
 /* Slot Identification */
 
 #define PCI_SID_ESR            2       /* Expansion Slot Register */
index c9fb9fa8d5a1d4180858c0dec24e5c3cdb6d1dd6..f06e86b98ffee46a4daa2125eff8be228f1ffc5b 100644 (file)
@@ -12,5 +12,4 @@ void gt64120_pci_init(void *regs, unsigned long sys_bus, unsigned long sys_phys,
                     unsigned long io_bus, unsigned long io_phys,
                     unsigned long io_size);
 
-
 #endif /* _PCI_GT64120_H */
index 6f095442cac57812ffe7ad661bfcae342ce17d16..191d277bc8a9a3ddaa9336c3faeb3315929cc345 100644 (file)
 #define PCI_VENDOR_ID_ZIATECH          0x1138
 #define PCI_DEVICE_ID_ZIATECH_5550_HC  0x5550
 
-
 #define PCI_VENDOR_ID_SYSKONNECT       0x1148
 #define PCI_DEVICE_ID_SYSKONNECT_TR    0x4200
 #define PCI_DEVICE_ID_SYSKONNECT_GE    0x4300
index cf756aa62e161b3a80b90fbaedd8377e8499f692..b18ae37b8619ac5cfb0b35297b2ba9699bc08390 100644 (file)
@@ -95,7 +95,6 @@ struct scsi_cmd {
 #define        M_X_WIDE_REQ    (0x03)
 #define        M_X_PPR_REQ     (0x04)
 
-
 /*
 **     Status
 */
@@ -131,7 +130,6 @@ struct scsi_cmd {
 #define SENSE_VOLUME_OVERFLOW  0xD
 #define SENSE_MISCOMPARE                       0xE
 
-
 #define SCSI_CHANGE_DEF        0x40            /* Change Definition (Optional) */
 #define SCSI_COMPARE           0x39            /* Compare (O) */
 #define SCSI_COPY                      0x18            /* Copy (O) */
index 2bcf46de6dfbc33bfefb99dc6aed54c67dec9781..8b24a1e97f4a6b7e61fde473bab586abd2f72134 100644 (file)
@@ -77,7 +77,6 @@ typedef struct spd_eeprom_s {
        unsigned char intel_cas;   /* 129 Intel spec: CAS# Latency support */
 } spd_eeprom_t;
 
-
 /*
  * Byte 2 Fundamental Memory Types.
  */
index 5dfdf778d2ddf50fbe86f91b39bf5a218e2cac9c..1eebea3f981033bab882405ace3b84f62595aafc 100644 (file)
@@ -436,7 +436,6 @@ int spl_load_legacy_img(struct spl_image_info *spl_image,
                        struct spl_load_info *load, ulong offset,
                        struct legacy_img_hdr *hdr);
 
-
 /**
  * spl_load_imx_container() - Loads a imx container image from a device.
  * @spl_image: Image description to set up
index 1208b75ee784a194dd4a0b243585c87a2ee2184b..316e6b1a680ce3e651cf91ee15d1297bc606bd92 100644 (file)
@@ -7,7 +7,6 @@
 #ifndef __include_tegra_kbc_h__
 #define __include_tegra_kbc_h__
 
-
 #define KEY_IS_MODIFIER(key) ((key) >= KEY_FIRST_MODIFIER)
 
 struct kbc_tegra {
index 3aafdc8bfd12e0783768d5e7f045299ed9e5c2dd..fcbe2146f7d562a88a78bf7f2396ce902022ba9f 100644 (file)
@@ -274,7 +274,6 @@ int usb_init(void);
 int usb_stop(void); /* stop the USB Controller */
 int usb_detect_change(void); /* detect if a USB device has been (un)plugged */
 
-
 int usb_set_protocol(struct usb_device *dev, int ifnum, int protocol);
 int usb_set_idle(struct usb_device *dev, int ifnum, int duration,
                        int report_id);
@@ -600,7 +599,6 @@ struct usb_hub_descriptor {
        } u;
 } __attribute__ ((packed));
 
-
 struct usb_hub_device {
        struct usb_device *pusb_dev;
        struct usb_hub_descriptor desc;
index ec00161710a5b65c6ad80d4520fa672db7e568b1..28757c8cae93bde26e94b6b6661567b754bed47e 100644 (file)
@@ -30,7 +30,6 @@
 #define USB_PROT_HID_KEYBOARD   1
 #define USB_PROT_HID_MOUSE      2
 
-
 /* Sub STORAGE Classes */
 #define US_SC_RBC              1               /* Typically, flash devices */
 #define US_SC_8020             2               /* CD-ROM */
 #define USB_TEST_MODE_PACKET        0x04
 #define USB_TEST_MODE_FORCE_ENABLE  0x05
 
-
 /*
  * "pipe" definitions, use unsigned so we can compare reliably, since this
  * value is shifted up to bits 30/31.
 #define USB_ST_BIT_ERR          0x40   /* Bitstuff error */
 #define USB_ST_NOT_PROC         0x80000000L    /* Not yet processed */
 
-
 /*************************************************************************
  * Hub defines
  */
index 641b4a3e6f296ca70f0b698ae2de39e7fe302bf0..db1d6ef791bf145f4599987542a0ed0505cff1e3 100644 (file)
@@ -58,7 +58,6 @@
  *
  */
 
-
 #ifndef __USBDESCRIPTORS_H__
 #define __USBDESCRIPTORS_H__
 
 /* c.f. CDC 4.7 Table 19 */
 #define DATA_INTERFACE_PROTOCOL_NONE   0x00    /* No class protcol required */
 
-
 /* c.f. CDC 5.2.3 Table 24 */
 #define CS_INTERFACE           0x24
 #define CS_ENDPOINT                    0x25
 #define BULK           0x02
 #define INTERRUPT      0x03
 
-
 /* configuration modifiers
  */
 #define BMATTRIBUTE_RESERVED           0x80
@@ -239,7 +236,6 @@ struct usb_generic_descriptor {
        u8 bDescriptorSubtype;
 } __attribute__ ((packed));
 
-
 /*
  * communications class descriptor structures
  *
@@ -319,7 +315,6 @@ struct usb_class_country_selection_descriptor {
        u16 wCountryCode0[0];
 } __attribute__ ((packed));
 
-
 struct usb_class_telephone_operational_descriptor {
        u8 bFunctionLength;
        u8 bDescriptorType;
@@ -327,7 +322,6 @@ struct usb_class_telephone_operational_descriptor {
        u8 bmCapabilities;
 } __attribute__ ((packed));
 
-
 struct usb_class_usb_terminal_descriptor {
        u8 bFunctionLength;
        u8 bDescriptorType;
@@ -405,7 +399,6 @@ struct usb_class_atm_networking_descriptor {
        u16 wMaxVC;
 } __attribute__ ((packed));
 
-
 struct usb_class_mdlm_descriptor {
        u8 bFunctionLength;
        u8 bDescriptorType;
index e59f5587eea55222288119fdc5f6a1c2cd5756b4..d173c1c4e37b4fa84b32c1590556bb20f03d7160 100644 (file)
 
 #include "usbdescriptors.h"
 
-
 #define MAX_URBS_QUEUED 5
 
-
 #if 1
 #define usberr(fmt,args...) serial_printf("ERROR: %s(), %d: "fmt"\n",__FUNCTION__,__LINE__,##args)
 #else
@@ -269,14 +267,12 @@ struct usb_bus_instance;
 #define USB_REQ_SET_IDLE               0x0A
 #define USB_REQ_SET_PROTOCOL           0x0B
 
-
 /*
  * USB Spec Release number
  */
 
 #define USB_BCD_VERSION                        0x0110
 
-
 /*
  * Device Requests     (c.f Table 9-2)
  */
@@ -328,7 +324,6 @@ struct usb_bus_instance;
 #define USB_DEVICE_REMOTE_WAKEUP       0x01
 #define USB_TEST_MODE                  0x02
 
-
 /* USB Requests
  *
  */
@@ -341,7 +336,6 @@ struct usb_device_request {
        u16 wLength;
 } __attribute__ ((packed));
 
-
 /* USB Status
  *
  */
@@ -425,7 +419,6 @@ typedef enum usb_device_event {
 
 } usb_device_event_t;
 
-
 typedef struct urb_link {
        struct urb_link *next;
        struct urb_link *prev;
@@ -519,7 +512,6 @@ struct usb_configuration_instance {
        struct usb_interface_instance *interface_instance_array;
 };
 
-
 /* USB Device Instance
  *
  * For each physical bus interface we create a logical device structure. This
index a8911b6bf5744a8eb88ff7c47b5d733e2720c739..0de8788ca76581c283618dcbb52b8b8c00b4f034 100644 (file)
@@ -44,7 +44,6 @@
 #define xyzModem_close 1
 #define xyzModem_abort 2
 
-
 #define CYGNUM_CALL_IF_SET_COMM_ID_QUERY_CURRENT
 #define CYGACC_CALL_IF_SET_CONSOLE_COMM(x)
 
@@ -60,8 +59,6 @@ typedef struct {
     int   chan;
 } connection_info_t;
 
-
-
 int   xyzModem_stream_open(connection_info_t *info, int *err);
 void  xyzModem_stream_close(int *err);
 void  xyzModem_stream_terminate(bool method, int (*getc)(void));
index cb83e59e8362652910625eef3af499384ff1a379..8b93d689c907e4b6325edd5b310cfc430c4d5fd3 100644 (file)
 #define SECTOR_SIZE                    0x200
 #define SECTOR_BITS                    9
 
-
 typedef enum zfs_endian {
        UNKNOWN_ENDIAN = -2,
        LITTLE_ENDIAN = -1,
        BIG_ENDIAN = 0
 } zfs_endian_t;
 
-
 /* Endian macros. */
 #define zfs_to_cpu16(x, a) (((a) == BIG_ENDIAN) ? be16_to_cpu(x) \
                                                                : le16_to_cpu(x))
@@ -51,7 +49,6 @@ typedef enum zfs_endian {
 #define cpu_to_zfs64(x, a) (((a) == BIG_ENDIAN) ? cpu_to_be64(x) \
                                                                : cpu_to_le64(x))
 
-
 enum zfs_errors {
        ZFS_ERR_NONE = 0,
        ZFS_ERR_NOT_IMPLEMENTED_YET = -1,
@@ -89,9 +86,6 @@ struct zfs_dirhook_info {
        time_t mtime2;
 };
 
-
-
-
 struct zfs_filesystem *zfsget_fs(void);
 int zfs_open(zfs_file_t, const char *filename);
 uint64_t zfs_read(zfs_file_t, char *buf, uint64_t len);