All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <fengguang.wu@intel.com>
To: Stefan Popa <stefan.popa@analog.com>
Cc: kbuild-all@01.org, jic23@kernel.org,
	Michael.Hennerich@analog.com, lars@metafoo.de, knaack.h@gmx.de,
	pmeerw@pmeerw.net, mchehab@kernel.org, davem@davemloft.net,
	gregkh@linuxfoundation.org, akpm@linux-foundation.org,
	linus.walleij@linaro.org, rdunlap@infradead.org, lukas@wunner.de,
	Ismail.Kose@maximintegrated.com, vilhelm.gray@gmail.com,
	sean.nyekjaer@prevas.dk, pombredanne@nexb.com,
	linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org,
	stefan.popa@analog.com
Subject: [RFC PATCH] iio: dac: cmpfunc() can be static
Date: Thu, 28 Jun 2018 23:37:09 +0800	[thread overview]
Message-ID: <20180628153709.GA31782@lkp-ib03> (raw)
In-Reply-To: <1530188012-28253-1-git-send-email-stefan.popa@analog.com>


Fixes: 2c1562568d29 ("iio: dac: Add AD5758 support")
Signed-off-by: kbuild test robot <fengguang.wu@intel.com>
---
 ad5758.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/dac/ad5758.c b/drivers/iio/dac/ad5758.c
index 2aaddf9..55c0a61 100644
--- a/drivers/iio/dac/ad5758.c
+++ b/drivers/iio/dac/ad5758.c
@@ -234,7 +234,7 @@ static int ad5758_spi_write_mask(struct ad5758_state *st,
 	return ad5758_spi_reg_write(st, addr, regval);
 }
 
-int cmpfunc(const void *a, const void *b)
+static int cmpfunc(const void *a, const void *b)
 {
 	return (*(int *)a - *(int *)b);
 }

  parent reply	other threads:[~2018-06-28 15:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-28 12:13 [PATCH v3 1/2] iio: dac: Add AD5758 support Stefan Popa
2018-06-28 15:37 ` kbuild test robot
2018-06-28 15:37 ` kbuild test robot [this message]
2018-06-28 21:48 ` Himanshu Jha
2018-06-29  5:35   ` Himanshu Jha

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=20180628153709.GA31782@lkp-ib03 \
    --to=fengguang.wu@intel.com \
    --cc=Ismail.Kose@maximintegrated.com \
    --cc=Michael.Hennerich@analog.com \
    --cc=akpm@linux-foundation.org \
    --cc=davem@davemloft.net \
    --cc=gregkh@linuxfoundation.org \
    --cc=jic23@kernel.org \
    --cc=kbuild-all@01.org \
    --cc=knaack.h@gmx.de \
    --cc=lars@metafoo.de \
    --cc=linus.walleij@linaro.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lukas@wunner.de \
    --cc=mchehab@kernel.org \
    --cc=pmeerw@pmeerw.net \
    --cc=pombredanne@nexb.com \
    --cc=rdunlap@infradead.org \
    --cc=sean.nyekjaer@prevas.dk \
    --cc=stefan.popa@analog.com \
    --cc=vilhelm.gray@gmail.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.