public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] staging: android: Fixed line over 80 char
@ 2015-07-28 10:49 Jignesh R Patel
  2015-07-28 12:12 ` Sudip Mukherjee
  0 siblings, 1 reply; 2+ messages in thread
From: Jignesh R Patel @ 2015-07-28 10:49 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Arve Hjønnevåg, Riley Andrews
  Cc: devel, linux-kernel, Jignesh R Patel

From: Jignesh R Patel <jigneshpatel0103@gmail.com>

Fixes the following checkpatch warning:
Warning: Line over 80 characters

Signed-off-by: Jignesh R Patel <jigneshpatel0103@gmail.com>
---
 drivers/staging/android/ion/ion_cma_heap.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/android/ion/ion_cma_heap.c b/drivers/staging/android/ion/ion_cma_heap.c
index 86b91fd..0b2448c 100644
--- a/drivers/staging/android/ion/ion_cma_heap.c
+++ b/drivers/staging/android/ion/ion_cma_heap.c
@@ -73,7 +73,8 @@ static int ion_cma_allocate(struct ion_heap *heap, struct ion_buffer *buffer,
 	if (!info->table)
 		goto free_mem;
 
-	if (dma_get_sgtable(dev, info->table, info->cpu_addr, info->handle, len))
+	if (dma_get_sgtable(dev, info->table, info->cpu_addr, info->handle,
+			    len))
 		goto free_table;
 	/* keep this for memory release */
 	buffer->priv_virt = info;
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] staging: android: Fixed line over 80 char
  2015-07-28 10:49 [PATCH v2] staging: android: Fixed line over 80 char Jignesh R Patel
@ 2015-07-28 12:12 ` Sudip Mukherjee
  0 siblings, 0 replies; 2+ messages in thread
From: Sudip Mukherjee @ 2015-07-28 12:12 UTC (permalink / raw)
  To: Jignesh R Patel
  Cc: Greg Kroah-Hartman, Arve Hjønnevåg, Riley Andrews,
	devel, linux-kernel

On Tue, Jul 28, 2015 at 04:19:36PM +0530, Jignesh R Patel wrote:
> From: Jignesh R Patel <jigneshpatel0103@gmail.com>

For your next patches please do not add this From: line here. It is not
needed. It will be taken from your email From: header.

regards
sudip

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-28 12:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-28 10:49 [PATCH v2] staging: android: Fixed line over 80 char Jignesh R Patel
2015-07-28 12:12 ` Sudip Mukherjee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox