Commit 3f9eb6e1095b791867975c236bd7ab8b0a51acf4

Authored by Pavel Machek
Committed by Tom Rini
1 parent 5fc2f924dc

whitespace cleanups

Whitespace cleanups.

Signed-off-by: Pavel Machek <pavel@denx.de>

Showing 2 changed files with 5 additions and 5 deletions Side-by-side Diff

... ... @@ -333,7 +333,7 @@
333 333  
334 334 #endif /* any CONFIG_..._PARTITION */
335 335  
336   -void print_part (block_dev_desc_t * dev_desc)
  336 +void print_part(block_dev_desc_t * dev_desc)
337 337 {
338 338  
339 339 switch (dev_desc->part_type) {
... ... @@ -381,8 +381,8 @@
381 381  
382 382 #endif /* HAVE_BLOCK_DEVICE */
383 383  
384   -int get_partition_info(block_dev_desc_t *dev_desc, int part
385   - , disk_partition_t *info)
  384 +int get_partition_info(block_dev_desc_t *dev_desc, int part,
  385 + disk_partition_t *info)
386 386 {
387 387 #ifdef HAVE_BLOCK_DEVICE
388 388  
... ... @@ -511,7 +511,7 @@
511 511 disk_partition_t tmpinfo;
512 512  
513 513 /*
514   - * Special-case a psuedo block device "hostfs", to allow access to the
  514 + * Special-case a pseudo block device "hostfs", to allow access to the
515 515 * host's own filesystem.
516 516 */
517 517 if (0 == strcmp(ifname, "hostfs")) {
... ... @@ -26,7 +26,7 @@
26 26 min_altera_type, /* insert all new types after this */
27 27 Altera_ACEX1K, /* ACEX1K Family */
28 28 Altera_CYC2, /* CYCLONII Family */
29   - Altera_StratixII, /* StratixII Familiy */
  29 + Altera_StratixII, /* StratixII Family */
30 30 /* Add new models here */
31 31 max_altera_type /* insert all new types before this */
32 32 } Altera_Family; /* end, typedef Altera_Family */