These were introduced with the patch, "staging: samsung-laptop: Extend
samsung-laptop platform driver to support another flavor of its platform
BIOS."

Cc: Ingmar Steen <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
 drivers/staging/samsung-laptop/samsung-laptop.c |   34 +++++++++++-----------
 1 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/drivers/staging/samsung-laptop/samsung-laptop.c 
b/drivers/staging/samsung-laptop/samsung-laptop.c
index 1a3458a..b38c8d8 100644
--- a/drivers/staging/samsung-laptop/samsung-laptop.c
+++ b/drivers/staging/samsung-laptop/samsung-laptop.c
@@ -111,15 +111,15 @@ static struct sabi_config sabi_configs[] = {
        {
                test_string: "SECLINUX",
 
-               main_function: 0x4c59,
-
-               header_offsets: {
-                       port: 0x00,
-                       re_mem: 0x02,
-                       iface_func: 0x03,
-                       en_mem: 0x04,
-                       data_offset: 0x05,
-                       data_segment: 0x07,
+               main_function: 0x4c59,
+
+               header_offsets: {
+                       port: 0x00,
+                       re_mem: 0x02,
+                       iface_func: 0x03,
+                       en_mem: 0x04,
+                       data_offset: 0x05,
+                       data_segment: 0x07,
                },
 
                commands: {
@@ -156,15 +156,15 @@ static struct sabi_config sabi_configs[] = {
        {
                test_string: "SwSmi@",
 
-               main_function: 0x5843,
+               main_function: 0x5843,
 
-               header_offsets: {
-                       port: 0x00,
-                       re_mem: 0x04,
-                       iface_func: 0x02,
-                       en_mem: 0x03,
-                       data_offset: 0x05,
-                       data_segment: 0x07,
+               header_offsets: {
+                       port: 0x00,
+                       re_mem: 0x04,
+                       iface_func: 0x02,
+                       en_mem: 0x03,
+                       data_offset: 0x05,
+                       data_segment: 0x07,
                },
 
                commands: {
-- 
1.7.4.1

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to