diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2009-09-16 21:38:38 (GMT) |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-09-20 18:18:57 (GMT) |
commit | 878f4f533e5b4498215e67e0f886b0fc81417f5e (patch) | |
tree | e31e857559376479b165de127db6ffc4196a49d5 /arch/x86/include | |
parent | 8312136fa8b0a3ec7323bbb1a46be8c0c26e994e (diff) | |
download | linux-878f4f533e5b4498215e67e0f886b0fc81417f5e.tar.xz |
x86: Trivial whitespace cleanups
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Cc: Vegard Nossum <vegardno@ifi.uio.no>
Cc: Pekka Enberg <penberg@cs.helsinki.fi>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Alok N Kataria <akataria@vmware.com>
Cc: "Tan Wei Chong" <wei.chong.tan@intel.com>
Cc: Len Brown <len.brown@intel.com>
Cc: Lin Ming <ming.m.lin@intel.com>
Cc: Bob Moore <robert.moore@intel.com>
LKML-Reference: <1253137123-18047-2-git-send-email-felipe.contreras@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/string_32.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/string_32.h b/arch/x86/include/asm/string_32.h index c86f452..ae907e6 100644 --- a/arch/x86/include/asm/string_32.h +++ b/arch/x86/include/asm/string_32.h @@ -65,7 +65,6 @@ static __always_inline void *__constant_memcpy(void *to, const void *from, case 4: *(int *)to = *(int *)from; return to; - case 3: *(short *)to = *(short *)from; *((char *)to + 2) = *((char *)from + 2); |