Skip to content

Commit

Permalink
Staging: samsung-laptop: fix up space/tab coding style issues
Browse files Browse the repository at this point in the history
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 <iksteen@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Feb 9, 2011
1 parent 837b03c commit 27f55e9
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions drivers/staging/samsung-laptop/samsung-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down Expand Up @@ -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: {
Expand Down

0 comments on commit 27f55e9

Please sign in to comment.