diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/amba/sp810.h | 8 | ||||
| -rw-r--r-- | include/linux/slab_def.h | 2 | ||||
| -rw-r--r-- | include/linux/tracepoint.h | 2 | ||||
| -rw-r--r-- | include/linux/wait.h | 4 |
4 files changed, 7 insertions, 9 deletions
diff --git a/include/linux/amba/sp810.h b/include/linux/amba/sp810.h index 6636430dd0e6..c7df89f99115 100644 --- a/include/linux/amba/sp810.h +++ b/include/linux/amba/sp810.h | |||
| @@ -1,6 +1,4 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * arch/arm/include/asm/hardware/sp810.h | ||
| 3 | * | ||
| 4 | * ARM PrimeXsys System Controller SP810 header file | 2 | * ARM PrimeXsys System Controller SP810 header file |
| 5 | * | 3 | * |
| 6 | * Copyright (C) 2009 ST Microelectronics | 4 | * Copyright (C) 2009 ST Microelectronics |
| @@ -11,8 +9,8 @@ | |||
| 11 | * warranty of any kind, whether express or implied. | 9 | * warranty of any kind, whether express or implied. |
| 12 | */ | 10 | */ |
| 13 | 11 | ||
| 14 | #ifndef __ASM_ARM_SP810_H | 12 | #ifndef __AMBA_SP810_H |
| 15 | #define __ASM_ARM_SP810_H | 13 | #define __AMBA_SP810_H |
| 16 | 14 | ||
| 17 | #include <linux/io.h> | 15 | #include <linux/io.h> |
| 18 | 16 | ||
| @@ -61,4 +59,4 @@ static inline void sysctl_soft_reset(void __iomem *base) | |||
| 61 | writel(0, base + SCSYSSTAT); | 59 | writel(0, base + SCSYSSTAT); |
| 62 | } | 60 | } |
| 63 | 61 | ||
| 64 | #endif /* __ASM_ARM_SP810_H */ | 62 | #endif /* __AMBA_SP810_H */ |
diff --git a/include/linux/slab_def.h b/include/linux/slab_def.h index 09bfffb08a56..40fc39d22d53 100644 --- a/include/linux/slab_def.h +++ b/include/linux/slab_def.h | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | */ | 6 | */ |
| 7 | 7 | ||
| 8 | struct kmem_cache { | 8 | struct kmem_cache { |
| 9 | /* 1) Cache tunables. Protected by cache_chain_mutex */ | 9 | /* 1) Cache tunables. Protected by slab_mutex */ |
| 10 | unsigned int batchcount; | 10 | unsigned int batchcount; |
| 11 | unsigned int limit; | 11 | unsigned int limit; |
| 12 | unsigned int shared; | 12 | unsigned int shared; |
diff --git a/include/linux/tracepoint.h b/include/linux/tracepoint.h index f16dc0a40049..accc497f8d72 100644 --- a/include/linux/tracepoint.h +++ b/include/linux/tracepoint.h | |||
| @@ -276,7 +276,7 @@ static inline void tracepoint_synchronize_unregister(void) | |||
| 276 | * For use with the TRACE_EVENT macro: | 276 | * For use with the TRACE_EVENT macro: |
| 277 | * | 277 | * |
| 278 | * We define a tracepoint, its arguments, its printk format | 278 | * We define a tracepoint, its arguments, its printk format |
| 279 | * and its 'fast binay record' layout. | 279 | * and its 'fast binary record' layout. |
| 280 | * | 280 | * |
| 281 | * Firstly, name your tracepoint via TRACE_EVENT(name : the | 281 | * Firstly, name your tracepoint via TRACE_EVENT(name : the |
| 282 | * 'subsystem_event' notation is fine. | 282 | * 'subsystem_event' notation is fine. |
diff --git a/include/linux/wait.h b/include/linux/wait.h index eaa00b10abaa..559044c79232 100644 --- a/include/linux/wait.h +++ b/include/linux/wait.h | |||
| @@ -286,8 +286,8 @@ do { \ | |||
| 286 | * wait_event_cmd - sleep until a condition gets true | 286 | * wait_event_cmd - sleep until a condition gets true |
| 287 | * @wq: the waitqueue to wait on | 287 | * @wq: the waitqueue to wait on |
| 288 | * @condition: a C expression for the event to wait for | 288 | * @condition: a C expression for the event to wait for |
| 289 | * cmd1: the command will be executed before sleep | 289 | * @cmd1: the command will be executed before sleep |
| 290 | * cmd2: the command will be executed after sleep | 290 | * @cmd2: the command will be executed after sleep |
| 291 | * | 291 | * |
| 292 | * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the | 292 | * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the |
| 293 | * @condition evaluates to true. The @condition is checked each time | 293 | * @condition evaluates to true. The @condition is checked each time |
