All of lore.kernel.org
 help / color / mirror / Atom feed
From: Varsha Rao <rvarsha016@gmail.com>
To: Sudip Mukherjee <sudipm.mukherjee@gmail.com>,
	Teddy Wang <teddy.wang@siliconmotion.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: outreachy-kernel@googlegroups.com
Subject: [PATCH 3/7] staging: sm750fb: Add identifier to function definition argument.
Date: Sat, 25 Feb 2017 23:57:11 +0530	[thread overview]
Message-ID: <58b1cc85.0263620a.5e067.d00e@mx.google.com> (raw)
In-Reply-To: <cover.1488045682.git.varshar186@gmail.com>

Added pinit_param as the identifier to function definition argument
struct initchip_param and this patch fixes the checkpatch issue.

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
---
 drivers/staging/sm750fb/ddk750_chip.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/sm750fb/ddk750_chip.h b/drivers/staging/sm750fb/ddk750_chip.h
index fbeb615..2c7a9b9 100644
--- a/drivers/staging/sm750fb/ddk750_chip.h
+++ b/drivers/staging/sm750fb/ddk750_chip.h
@@ -98,6 +98,6 @@ void sm750_set_chip_type(unsigned short devId, u8 revId);
 unsigned int sm750_calc_pll_value(unsigned int request, struct  pll_value *pll);
 unsigned int sm750_format_pll_reg(struct pll_value *pPLL);
 unsigned int ddk750_get_vm_size(void);
-int ddk750_init_hw(struct initchip_param *);
+int ddk750_init_hw(struct initchip_param *pinit_param);
 
 #endif
-- 
2.9.3



  parent reply	other threads:[~2017-02-25 18:27 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1488045682.git.varshar186@gmail.com>
2017-02-25 18:21 ` [PATCH 1/7] staging: sm750fb: Add braces around if statement Varsha Rao
2017-02-25 18:22 ` [PATCH 2/7] staging: sm750fb: Fix line over 80 characters Varsha Rao
2017-02-25 18:27 ` Varsha Rao [this message]
2017-02-25 18:27 ` [PATCH 4/7] staging: sm750fb: Remove unnecessary blank lines Varsha Rao
2017-02-25 18:31 ` [PATCH 5/7] staging: sm750fb: Added spaces around arithmetic operators Varsha Rao
2017-02-25 18:35 ` [PATCH 6/7] staging: sm750fb: Replace NULL comparison Varsha Rao
2017-02-25 18:36 ` [PATCH 7/7] staging: sm750fb: Remove blank lines after { and before } braces Varsha Rao
2017-02-25 20:52   ` [Outreachy kernel] " Julia Lawall
2017-02-26  5:22     ` Varsha Rao
     [not found] ` <58b1cd6d.c525620a.a8728.d746@mx.google.com>
2017-02-25 20:53   ` [Outreachy kernel] [PATCH 6/7] staging: sm750fb: Replace NULL comparison Julia Lawall
2017-02-26  5:25     ` Varsha Rao
2017-02-26  6:26       ` Julia Lawall
     [not found] <cover.1488112339.git.varshar186@gmail.com>
2017-02-26 12:50 ` [PATCH 3/7] staging: sm750fb: Add identifier to function definition argument Varsha Rao

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=58b1cc85.0263620a.5e067.d00e@mx.google.com \
    --to=rvarsha016@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=outreachy-kernel@googlegroups.com \
    --cc=sudipm.mukherjee@gmail.com \
    --cc=teddy.wang@siliconmotion.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.