diff options
author | Mark Allyn <mark.a.allyn@intel.com> | 2010-12-09 12:30:17 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-12-09 19:37:47 -0500 |
commit | e957b063abdf0f005ba2c298345c75aa7ac4c22a (patch) | |
tree | c54c0485474947b86601300ad138db12b8940ea0 | |
parent | f15662755f7eb3db4a416d52af24771cc208e7b0 (diff) |
Staging: sep: remove spaces at end of lines
Signed-off-by: Mark Allyn <mark.a.allyn@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/staging/sep/sep_driver.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/staging/sep/sep_driver.c b/drivers/staging/sep/sep_driver.c index a5c0443b4efc..241b1b1bcaed 100644 --- a/drivers/staging/sep/sep_driver.c +++ b/drivers/staging/sep/sep_driver.c | |||
@@ -275,7 +275,7 @@ end_function: | |||
275 | * @filp: file handle to SEP device | 275 | * @filp: file handle to SEP device |
276 | * | 276 | * |
277 | * Open method for the SEP device. Called when userspace opens | 277 | * Open method for the SEP device. Called when userspace opens |
278 | * the SEP device node. | 278 | * the SEP device node. |
279 | * | 279 | * |
280 | * Returns zero on success otherwise an error code. | 280 | * Returns zero on success otherwise an error code. |
281 | */ | 281 | */ |
@@ -1811,7 +1811,7 @@ static int sep_prepare_input_dma_table(struct sep_device *sep, | |||
1811 | info_entry_ptr->bus_address = | 1811 | info_entry_ptr->bus_address = |
1812 | sep_shared_area_virt_to_bus(sep, | 1812 | sep_shared_area_virt_to_bus(sep, |
1813 | in_lli_table_ptr); | 1813 | in_lli_table_ptr); |
1814 | info_entry_ptr->block_size = | 1814 | info_entry_ptr->block_size = |
1815 | ((num_entries_in_table) << 24) | | 1815 | ((num_entries_in_table) << 24) | |
1816 | (table_data_size); | 1816 | (table_data_size); |
1817 | } | 1817 | } |
@@ -2164,7 +2164,7 @@ static int sep_prepare_input_output_dma_table(struct sep_device *sep, | |||
2164 | error = sep_lock_user_pages(sep, app_virt_in_addr, | 2164 | error = sep_lock_user_pages(sep, app_virt_in_addr, |
2165 | data_size, &lli_in_array, SEP_DRIVER_IN_FLAG); | 2165 | data_size, &lli_in_array, SEP_DRIVER_IN_FLAG); |
2166 | if (error) { | 2166 | if (error) { |
2167 | dev_warn(&sep->pdev->dev, | 2167 | dev_warn(&sep->pdev->dev, |
2168 | "sep_lock_user_pages for input virtual buffer failed\n"); | 2168 | "sep_lock_user_pages for input virtual buffer failed\n"); |
2169 | goto end_function; | 2169 | goto end_function; |
2170 | } | 2170 | } |
@@ -2808,7 +2808,7 @@ static int sep_end_transaction_handler(struct sep_device *sep) | |||
2808 | } | 2808 | } |
2809 | 2809 | ||
2810 | /** | 2810 | /** |
2811 | * sep_prepare_dcb_handler - prepare a control block | 2811 | * sep_prepare_dcb_handler - prepare a control block |
2812 | * @sep: pointer to struct sep_device | 2812 | * @sep: pointer to struct sep_device |
2813 | * @arg: pointer to user parameters | 2813 | * @arg: pointer to user parameters |
2814 | * | 2814 | * |
@@ -2873,7 +2873,7 @@ static int sep_free_dcb_handler(struct sep_device *sep) | |||
2873 | } | 2873 | } |
2874 | 2874 | ||
2875 | /** | 2875 | /** |
2876 | * sep_rar_prepare_output_msg_handler - prepare an output message | 2876 | * sep_rar_prepare_output_msg_handler - prepare an output message |
2877 | * @sep: pointer to struct sep_device | 2877 | * @sep: pointer to struct sep_device |
2878 | * @arg: pointer to user parameters | 2878 | * @arg: pointer to user parameters |
2879 | * | 2879 | * |
@@ -3557,7 +3557,7 @@ static int __devinit sep_probe(struct pci_dev *pdev, | |||
3557 | if (error == 0) | 3557 | if (error == 0) |
3558 | /* Success */ | 3558 | /* Success */ |
3559 | return 0; | 3559 | return 0; |
3560 | 3560 | ||
3561 | end_function_free_irq: | 3561 | end_function_free_irq: |
3562 | free_irq(pdev->irq, sep); | 3562 | free_irq(pdev->irq, sep); |
3563 | 3563 | ||
@@ -3626,7 +3626,7 @@ static int __init sep_init(void) | |||
3626 | 3626 | ||
3627 | 3627 | ||
3628 | /** | 3628 | /** |
3629 | * sep_exit - called to unload driver | 3629 | * sep_exit - called to unload driver |
3630 | * | 3630 | * |
3631 | * Drop the misc devices then remove and unmap the various resources | 3631 | * Drop the misc devices then remove and unmap the various resources |
3632 | * that are not released by the driver remove method. | 3632 | * that are not released by the driver remove method. |