mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
Fixing coding style issues
- Fixing leading white spaces - Fixing indentation where 4 spaces are used instead of tab - Removing C++ comments (//), wherever I introduced them Signed-off-by: William Juul <william.juul@tandberg.com> Signed-off-by: Scott Wood <scottwood@freescale.com>
This commit is contained in:
parent
4cbb651b29
commit
5e1dae5c3d
18 changed files with 106 additions and 99 deletions
|
@ -236,11 +236,12 @@ struct nand_chip;
|
|||
* used instead of the per chip wait queue when a hw controller is available
|
||||
*/
|
||||
struct nand_hw_control {
|
||||
/* XXX U-BOOT XXX */
|
||||
#if 0
|
||||
spinlock_t lock;
|
||||
wait_queue_head_t wq;
|
||||
spinlock_t lock;
|
||||
wait_queue_head_t wq;
|
||||
#endif
|
||||
struct nand_chip *active;
|
||||
struct nand_chip *active;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue