All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] i2c: xiic: Fix kerneldoc warnings
@ 2015-05-06  5:16 Shubhrajyoti Datta
       [not found] ` <1430889383-18208-1-git-send-email-shubhrajyoti.datta-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Shubhrajyoti Datta @ 2015-05-06  5:16 UTC (permalink / raw)
  To: linux-i2c-u79uwXL29TY76Z2rM5mHXA; +Cc: Shubhrajyoti Datta

From: Shubhrajyoti Datta <shubhraj-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>

info(drivers/i2c/busses/i2c-xiic.c:55): Scanning doc for struct xiic_i2c
Warning(drivers/i2c/busses/i2c-xiic.c:79): No description found for parameter 'endianness'

Signed-off-by: Shubhrajyoti Datta <shubhraj-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
---
 drivers/i2c/busses/i2c-xiic.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/i2c/busses/i2c-xiic.c b/drivers/i2c/busses/i2c-xiic.c
index e840004..61da433 100644
--- a/drivers/i2c/busses/i2c-xiic.c
+++ b/drivers/i2c/busses/i2c-xiic.c
@@ -63,6 +63,7 @@ enum xiic_endian {
  * @state:	See STATE_
  * @rx_msg:	Current RX message
  * @rx_pos:	Position within current RX message
+ * @endianness: big/little-endian byte order
  */
 struct xiic_i2c {
 	void __iomem		*base;
-- 
1.7.1

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

* Re: [PATCH] i2c: xiic: Fix kerneldoc warnings
       [not found] ` <1430889383-18208-1-git-send-email-shubhrajyoti.datta-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
@ 2015-05-06 12:30   ` Shubhrajyoti Datta
  0 siblings, 0 replies; 4+ messages in thread
From: Shubhrajyoti Datta @ 2015-05-06 12:30 UTC (permalink / raw)
  To: Shubhrajyoti Datta; +Cc: Linux-I2C, Shubhrajyoti Datta

On Wed, May 6, 2015 at 10:46 AM, Shubhrajyoti Datta
<shubhrajyoti.datta-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org> wrote:
> From: Shubhrajyoti Datta <shubhraj-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
>
> info(drivers/i2c/busses/i2c-xiic.c:55): Scanning doc for struct xiic_i2c
> Warning(drivers/i2c/busses/i2c-xiic.c:79): No description found for parameter 'endianness'
>

Something strange at my setup got sent twice. Please ignore this one.

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

* Re: [PATCH] i2c: xiic: Fix kerneldoc warnings
       [not found] ` <1430829365-5095-1-git-send-email-shubhrajyoti.datta-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
@ 2015-05-12 13:19   ` wsa-z923LK4zBo2bacvFa/9K2g
  0 siblings, 0 replies; 4+ messages in thread
From: wsa-z923LK4zBo2bacvFa/9K2g @ 2015-05-12 13:19 UTC (permalink / raw)
  To: shubhrajyoti.datta-gjFFaj9aHVfQT0dZR+AlfA
  Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA, Shubhrajyoti Datta

[-- Attachment #1: Type: text/plain, Size: 488 bytes --]

On Tue, May 05, 2015 at 06:06:05PM +0530, shubhrajyoti.datta-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org wrote:
> From: Shubhrajyoti Datta <shubhraj-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
> 
> info(drivers/i2c/busses/i2c-xiic.c:55): Scanning doc for struct xiic_i2c
> Warning(drivers/i2c/busses/i2c-xiic.c:79): No description found for parameter 'endianness'
> 
> Signed-off-by: Shubhrajyoti Datta <shubhraj-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>

Applied to for-next, thanks!


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* [PATCH] i2c: xiic: Fix kerneldoc warnings
@ 2015-05-05 12:36 shubhrajyoti.datta-gjFFaj9aHVfQT0dZR+AlfA
       [not found] ` <1430829365-5095-1-git-send-email-shubhrajyoti.datta-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: shubhrajyoti.datta-gjFFaj9aHVfQT0dZR+AlfA @ 2015-05-05 12:36 UTC (permalink / raw)
  To: linux-i2c-u79uwXL29TY76Z2rM5mHXA; +Cc: Shubhrajyoti Datta

From: Shubhrajyoti Datta <shubhraj-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>

info(drivers/i2c/busses/i2c-xiic.c:55): Scanning doc for struct xiic_i2c
Warning(drivers/i2c/busses/i2c-xiic.c:79): No description found for parameter 'endianness'

Signed-off-by: Shubhrajyoti Datta <shubhraj-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
---
 drivers/i2c/busses/i2c-xiic.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/i2c/busses/i2c-xiic.c b/drivers/i2c/busses/i2c-xiic.c
index e840004..61da433 100644
--- a/drivers/i2c/busses/i2c-xiic.c
+++ b/drivers/i2c/busses/i2c-xiic.c
@@ -63,6 +63,7 @@ enum xiic_endian {
  * @state:	See STATE_
  * @rx_msg:	Current RX message
  * @rx_pos:	Position within current RX message
+ * @endianness: big/little-endian byte order
  */
 struct xiic_i2c {
 	void __iomem		*base;
-- 
1.7.1

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

end of thread, other threads:[~2015-05-12 13:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-06  5:16 [PATCH] i2c: xiic: Fix kerneldoc warnings Shubhrajyoti Datta
     [not found] ` <1430889383-18208-1-git-send-email-shubhrajyoti.datta-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
2015-05-06 12:30   ` Shubhrajyoti Datta
  -- strict thread matches above, loose matches on Subject: below --
2015-05-05 12:36 shubhrajyoti.datta-gjFFaj9aHVfQT0dZR+AlfA
     [not found] ` <1430829365-5095-1-git-send-email-shubhrajyoti.datta-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
2015-05-12 13:19   ` wsa-z923LK4zBo2bacvFa/9K2g

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.