Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 878f4f53 authored by Felipe Contreras's avatar Felipe Contreras Committed by Ingo Molnar
Browse files

x86: Trivial whitespace cleanups



Signed-off-by: default avatarFelipe 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: default avatarIngo Molnar <mingo@elte.hu>
parent 8312136f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);
+0 −1
Original line number Diff line number Diff line
@@ -275,7 +275,6 @@ void acpi_tb_parse_fadt(u32 table_index)

void acpi_tb_create_local_fadt(struct acpi_table_header *table, u32 length)
{

	/*
	 * Check if the FADT is larger than the largest table that we expect
	 * (the ACPI 2.0/3.0 version). If so, truncate the table, and issue
+1 −1

File changed.

Contains only whitespace changes.