]> git.droids-corp.org - dpdk.git/commitdiff
eal: fix whitespace
authorStephen Hemminger <shemming@brocade.com>
Thu, 4 Jun 2015 14:43:20 +0000 (07:43 -0700)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 12 Jun 2015 09:10:10 +0000 (11:10 +0200)
Eliminate trailing whitespace, space after tabs, and extra blank lines

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
15 files changed:
lib/librte_eal/bsdapp/contigmem/contigmem.c
lib/librte_eal/bsdapp/eal/Makefile
lib/librte_eal/bsdapp/eal/eal.c
lib/librte_eal/bsdapp/eal/eal_interrupts.c
lib/librte_eal/common/eal_common_hexdump.c
lib/librte_eal/common/eal_common_launch.c
lib/librte_eal/common/eal_common_log.c
lib/librte_eal/common/include/generic/rte_cycles.h
lib/librte_eal/common/include/rte_hexdump.h
lib/librte_eal/common/include/rte_interrupts.h
lib/librte_eal/common/include/rte_memory.h
lib/librte_eal/common/include/rte_pci.h
lib/librte_eal/linuxapp/eal/Makefile
lib/librte_eal/linuxapp/eal/eal_interrupts.c
lib/librte_eal/linuxapp/xen_dom0/dom0_mm_misc.c

index 6634daacf2ad903c235f69483dfb860288e816aa..8ac836d9434ec2b2c57d6c75686ed2fdd787d9fd 100644 (file)
@@ -230,4 +230,3 @@ contigmem_mmap_single(struct cdev *cdev, vm_ooffset_t *offset, vm_size_t size,
 
        return (0);
 }
-
index 3d1d9eb076c7ba630a09fbadf161bde483e815d1..c73ffb675d4360ce1d28b275e818330b3a32c350 100644 (file)
@@ -99,4 +99,3 @@ SYMLINK-$(CONFIG_RTE_LIBRTE_EAL_BSDAPP)-include/exec-env := \
 DEPDIRS-$(CONFIG_RTE_LIBRTE_EAL_BSDAPP) += lib/librte_eal/common
 
 include $(RTE_SDK)/mk/rte.lib.mk
-
index 43e8a47e63c5cd57350812298c18f843accf4374..7bd392f0ac1c1edafdedd44b04c118eb16e5cf34 100644 (file)
@@ -569,4 +569,3 @@ rte_eal_process_type(void)
 {
        return (rte_config.process_type);
 }
-
index cb7d4f1327ec1bad7d019d8239cf4fc6dac161e2..26a55c7dea3a275cb2f94e12016afc9d9a2ceb87 100644 (file)
@@ -68,4 +68,3 @@ rte_eal_intr_init(void)
 {
        return 0;
 }
-
index 6135133fae47129e8094fb2648d1c3f8ef088261..d5cbd703f3dadf1b247e9338d24f33b9ba4465fb 100644 (file)
@@ -103,7 +103,7 @@ rte_memdump(FILE *f, const char * title, const void * buf, unsigned int len)
 
     line[0] = '\0';
     for (i = 0, out = 0; i < len; i++) {
-       // Make sure we do not overrun the line buffer length.
+       // Make sure we do not overrun the line buffer length.
                if ( out >= (LINE_LEN - 4) ) {
                        fprintf(f, "%s", line);
                        out = 0;
@@ -118,4 +118,3 @@ rte_memdump(FILE *f, const char * title, const void * buf, unsigned int len)
 
     fflush(f);
 }
-
index 152d1c3b84f510128ba0668624deb754e8e5e3af..229c3a0344cf5cd9d1e65fec02bbdb73c2656fd4 100644 (file)
@@ -116,4 +116,3 @@ rte_eal_mp_wait_lcore(void)
                rte_eal_wait_lcore(lcore_id);
        }
 }
-
index fe3d7d53ed85d574b60fcfbdf5d7af7dd392c269..c903aa95d56620c68664fa653b607c59b3b85054 100644 (file)
@@ -331,4 +331,3 @@ rte_eal_common_log_init(FILE *default_log)
        rte_openlog_stream(default_log);
        return 0;
 }
-
index 7700f411b5a71ac23023fdabd2db1a49ea43a387..8cc21f204fc08abdbed7422a7d0d72b6f4614335 100644 (file)
@@ -130,12 +130,12 @@ rte_get_hpet_hz(void);
  * then the HPET functions are unavailable and should not be called.
  *
  * @param make_default
- *     If set, the hpet timer becomes the default timer whose values are
- *     returned by the rte_get_timer_hz/cycles API calls
+ *     If set, the hpet timer becomes the default timer whose values are
+ *     returned by the rte_get_timer_hz/cycles API calls
  *
  * @return
- *     0 on success,
- *     -1 on error, and the make_default parameter is ignored.
+ *     0 on success,
+ *     -1 on error, and the make_default parameter is ignored.
  */
 int rte_eal_hpet_init(int make_default);
 
index 891c77bf320c63737a7b082c21a0355a6a1c3abd..5c18a50b6dafe4a5434c52d3f41a1440c88d5678 100644 (file)
@@ -49,15 +49,15 @@ extern "C" {
 * Dump out memory in a special hex dump format.
 *
 * @param f
-*              A pointer to a file for output
+*              A pointer to a file for output
 * @param title
-*              If not NULL this string is printed as a header to the output.
+*              If not NULL this string is printed as a header to the output.
 * @param buf
-*              This is the buffer address to print out.
+*              This is the buffer address to print out.
 * @param len
-*              The number of bytes to dump out
+*              The number of bytes to dump out
 * @return
-*              None.
+*              None.
 */
 
 extern void
@@ -67,15 +67,15 @@ rte_hexdump(FILE *f, const char * title, const void * buf, unsigned int len);
 * Dump out memory in a hex format with colons between bytes.
 *
 * @param f
-*              A pointer to a file for output
+*              A pointer to a file for output
 * @param title
-*              If not NULL this string is printed as a header to the output.
+*              If not NULL this string is printed as a header to the output.
 * @param buf
-*              This is the buffer address to print out.
+*              This is the buffer address to print out.
 * @param len
-*              The number of bytes to dump out
+*              The number of bytes to dump out
 * @return
-*              None.
+*              None.
 */
 
 void
index 609c34bc65ff017e771d59432d1b624530cbaaa5..ff11ef3a622f66bfd2d7abb60fd6fea931507b15 100644 (file)
@@ -118,4 +118,3 @@ int rte_intr_disable(struct rte_intr_handle *intr_handle);
 #endif
 
 #endif
-
index 7f8103f4195d7f8d5fb78ad2eb3ad51e4107981c..d948c0b5576e5c9cbf77188f25c24cfb6b14f1ae 100644 (file)
@@ -196,7 +196,7 @@ phys_addr_t rte_mem_phy2mch(uint32_t memseg_id, const phys_addr_t phy_addr);
  *
  * @return
  *       0: successfully
- *      negative: error
+ *      negative: error
  */
 int rte_xen_dom0_memory_init(void);
 
index a3465322bae3c03e906481f722a54433dbb4a89f..b4f38bcca338c17102a82d4fd4e2a916190b5da1 100644 (file)
@@ -239,10 +239,10 @@ do {                                                               \
  * a domain prefix (i.e. domain returned is always 0)
  *
  * @param input
- *     The input string to be parsed. Should have the format XX:XX.X
+ *     The input string to be parsed. Should have the format XX:XX.X
  * @param dev_addr
- *     The PCI Bus-Device-Function address to be returned. Domain will always be
- *     returned as 0
+ *     The PCI Bus-Device-Function address to be returned. Domain will always be
+ *     returned as 0
  * @return
  *  0 on success, negative on error.
  */
@@ -262,9 +262,9 @@ eal_parse_pci_BDF(const char *input, struct rte_pci_addr *dev_addr)
  * a domain prefix.
  *
  * @param input
- *     The input string to be parsed. Should have the format XXXX:XX:XX.X
+ *     The input string to be parsed. Should have the format XXXX:XX:XX.X
  * @param dev_addr
- *     The PCI Bus-Device-Function address to be returned
+ *     The PCI Bus-Device-Function address to be returned
  * @return
  *  0 on success, negative on error.
  */
index 077ea99fef5318bc25559d3e374c44d1da686860..e99d7a37dd80dc82835733b7a1eff5c43b244723 100644 (file)
@@ -119,4 +119,3 @@ SYMLINK-$(CONFIG_RTE_LIBRTE_EAL_LINUXAPP)-include/exec-env := \
 DEPDIRS-$(CONFIG_RTE_LIBRTE_EAL_LINUXAPP) += lib/librte_eal/common
 
 include $(RTE_SDK)/mk/rte.lib.mk
-
index 3a84b3c7fe302a2fdd287db7e7ffd39fb54eb425..a6325c68b513330ac4f0be039fdc7bc48d9d73e6 100644 (file)
@@ -894,4 +894,3 @@ rte_eal_intr_init(void)
 
        return -ret;
 }
-
index 543bf5741875f5b215b30344cf537e3e8279b86d..bfe0af8eb92ea5341d4c93b07016dbbd0dd806bf 100644 (file)
@@ -463,7 +463,7 @@ dom0_memory_reserve(uint32_t rsv_size)
        }
 
        sort_viraddr(rsv_mm_info, num_block);
-       
+
        for (i = 0; i< num_block; i++) {
 
                /*