Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-boundary-uboot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jack Humbert
reform-boundary-uboot
Commits
3f9eb6e1
Commit
3f9eb6e1
authored
10 years ago
by
Pavel Machek
Committed by
Tom Rini
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
whitespace cleanups
Whitespace cleanups. Signed-off-by:
Pavel Machek
<
pavel@denx.de
>
parent
5fc2f924
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
disk/part.c
+4
-4
4 additions, 4 deletions
disk/part.c
include/altera.h
+1
-1
1 addition, 1 deletion
include/altera.h
with
5 additions
and
5 deletions
disk/part.c
+
4
−
4
View file @
3f9eb6e1
...
@@ -333,7 +333,7 @@ static void print_part_header (const char *type, block_dev_desc_t * dev_desc)
...
@@ -333,7 +333,7 @@ static void print_part_header (const char *type, block_dev_desc_t * dev_desc)
#endif
/* any CONFIG_..._PARTITION */
#endif
/* any CONFIG_..._PARTITION */
void
print_part
(
block_dev_desc_t
*
dev_desc
)
void
print_part
(
block_dev_desc_t
*
dev_desc
)
{
{
switch
(
dev_desc
->
part_type
)
{
switch
(
dev_desc
->
part_type
)
{
...
@@ -381,8 +381,8 @@ void print_part (block_dev_desc_t * dev_desc)
...
@@ -381,8 +381,8 @@ void print_part (block_dev_desc_t * dev_desc)
#endif
/* HAVE_BLOCK_DEVICE */
#endif
/* HAVE_BLOCK_DEVICE */
int
get_partition_info
(
block_dev_desc_t
*
dev_desc
,
int
part
int
get_partition_info
(
block_dev_desc_t
*
dev_desc
,
int
part
,
,
disk_partition_t
*
info
)
disk_partition_t
*
info
)
{
{
#ifdef HAVE_BLOCK_DEVICE
#ifdef HAVE_BLOCK_DEVICE
...
@@ -511,7 +511,7 @@ int get_device_and_partition(const char *ifname, const char *dev_part_str,
...
@@ -511,7 +511,7 @@ int get_device_and_partition(const char *ifname, const char *dev_part_str,
disk_partition_t
tmpinfo
;
disk_partition_t
tmpinfo
;
/*
/*
* Special-case a ps
u
edo block device "hostfs", to allow access to the
* Special-case a pse
u
do block device "hostfs", to allow access to the
* host's own filesystem.
* host's own filesystem.
*/
*/
if
(
0
==
strcmp
(
ifname
,
"hostfs"
))
{
if
(
0
==
strcmp
(
ifname
,
"hostfs"
))
{
...
...
This diff is collapsed.
Click to expand it.
include/altera.h
+
1
−
1
View file @
3f9eb6e1
...
@@ -26,7 +26,7 @@ typedef enum { /* typedef Altera_Family */
...
@@ -26,7 +26,7 @@ typedef enum { /* typedef Altera_Family */
min_altera_type
,
/* insert all new types after this */
min_altera_type
,
/* insert all new types after this */
Altera_ACEX1K
,
/* ACEX1K Family */
Altera_ACEX1K
,
/* ACEX1K Family */
Altera_CYC2
,
/* CYCLONII Family */
Altera_CYC2
,
/* CYCLONII Family */
Altera_StratixII
,
/* StratixII Famil
i
y */
Altera_StratixII
,
/* StratixII Family */
/* Add new models here */
/* Add new models here */
max_altera_type
/* insert all new types before this */
max_altera_type
/* insert all new types before this */
}
Altera_Family
;
/* end, typedef Altera_Family */
}
Altera_Family
;
/* end, typedef Altera_Family */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment