mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Mark Allyn <mark.a.allyn@intel.com>
To: linux-kernel@vger.kernel.org, greg@kroah.com,
	mark.a.allyn@intel.com, alan@linux.intel.com,
	dmitry.kasatkin@nokia.com
Subject: [PATCH 02/11] sep: remove spaces at end of lines
Date: Thu,  9 Dec 2010 09:30:17 -0800	[thread overview]
Message-ID: <1291915817-18354-1-git-send-email-mark.a.allyn@intel.com> (raw)

Signed-off-by: Mark Allyn <mark.a.allyn@intel.com>
---
 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 a5c0443..241b1b1 100644
--- a/drivers/staging/sep/sep_driver.c
+++ b/drivers/staging/sep/sep_driver.c
@@ -275,7 +275,7 @@ end_function:
  *	@filp: file handle to SEP device
  *
  *	Open method for the SEP device. Called when userspace opens
- *	the SEP device node. 
+ *	the SEP device node.
  *
  *	Returns zero on success otherwise an error code.
  */
@@ -1811,7 +1811,7 @@ static int sep_prepare_input_dma_table(struct sep_device *sep,
 			info_entry_ptr->bus_address =
 				sep_shared_area_virt_to_bus(sep,
 							in_lli_table_ptr);
-			info_entry_ptr->block_size = 
+			info_entry_ptr->block_size =
 				((num_entries_in_table) << 24) |
 				(table_data_size);
 		}
@@ -2164,7 +2164,7 @@ static int sep_prepare_input_output_dma_table(struct sep_device *sep,
 		error = sep_lock_user_pages(sep, app_virt_in_addr,
 				data_size, &lli_in_array, SEP_DRIVER_IN_FLAG);
 		if (error) {
-			dev_warn(&sep->pdev->dev, 
+			dev_warn(&sep->pdev->dev,
 				"sep_lock_user_pages for input virtual buffer failed\n");
 			goto end_function;
 		}
@@ -2808,7 +2808,7 @@ static int sep_end_transaction_handler(struct sep_device *sep)
 }
 
 /**
- *	sep_prepare_dcb_handler - prepare a control block 
+ *	sep_prepare_dcb_handler - prepare a control block
  *	@sep: pointer to struct sep_device
  *	@arg: pointer to user parameters
  *
@@ -2873,7 +2873,7 @@ static int sep_free_dcb_handler(struct sep_device *sep)
 }
 
 /**
- *	sep_rar_prepare_output_msg_handler - prepare an output message 
+ *	sep_rar_prepare_output_msg_handler - prepare an output message
  *	@sep: pointer to struct sep_device
  *	@arg: pointer to user parameters
  *
@@ -3557,7 +3557,7 @@ static int __devinit sep_probe(struct pci_dev *pdev,
 	if (error == 0)
 		/* Success */
 		return 0;
-		
+
 end_function_free_irq:
 	free_irq(pdev->irq, sep);
 
@@ -3626,7 +3626,7 @@ static int __init sep_init(void)
 
 
 /**
- *	sep_exit - called to unload driver 
+ *	sep_exit - called to unload driver
  *
  *	Drop the misc devices then remove and unmap the various resources
  *	that are not released by the driver remove method.
-- 
1.6.3.3


                 reply	other threads:[~2010-12-09 17:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1291915817-18354-1-git-send-email-mark.a.allyn@intel.com \
    --to=mark.a.allyn@intel.com \
    --cc=alan@linux.intel.com \
    --cc=dmitry.kasatkin@nokia.com \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®