Skip to content

Commit

Permalink
include/asm-x86/mmu.h: checkpatch cleanups - formatting only
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Joe Perches authored and Ingo Molnar committed Apr 17, 2008
1 parent c4fe760 commit 710d0e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/asm-x86/mmu.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
*
* cpu_vm_mask is used to optimize ldt flushing.
*/
typedef struct {
typedef struct {
void *ldt;
#ifdef CONFIG_X86_64
rwlock_t ldtlock;
rwlock_t ldtlock;
#endif
int size;
struct mutex lock;
Expand Down

0 comments on commit 710d0e9

Please sign in to comment.