Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1614258

Re: [PATCH 0/3] iio: health: Clean up

Path csiph.com!aioe.org!bofh.it!news.nic.it!robomod
From SIMRAN SINGHAL <singhalsimran0@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH 0/3] iio: health: Clean up
Date Fri, 31 Mar 2017 21:10:01 +0200
Message-ID <tra5P-eL-7@gated-at.bofh.it> (permalink)
References <tr7Um-76y-5@gated-at.bofh.it>
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Yk8wF7N/eeo4bgiHQgvjRncAkXArW3IvrDoChfL7Pn8=; b=DVnMHnto0/6bPsiRDaGfVVDu8k06Ff3XZjRPCG6THi05yLPxVEqn/sohA0A5+M7Nh+ OLxJsyLY/l4ALXtlTSofyAEFWkO82LC+Py5EBQv+CIQnrphbuqElzWI9CuEUrPJGUvAp UiB7LgnNrWjbTa/mk9POBbrY4WqvMQ3kJg9BJZtAXOoafSVb7+v3fE+uOL4wxQmaqrtT 4N1tpwRc3a8zFLh/3zc3N2bPz0hNgZQCsqgUoKCWb8nIVsyb3mx08SItGm5W8GrmrQEH 8k5uxx/rdKoUPJgSl03cr7zukivv3LsAKjEDTTbC7ZMDgGFKRhbTZgeGsSQNtGiNnM+z dT+g==
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Yk8wF7N/eeo4bgiHQgvjRncAkXArW3IvrDoChfL7Pn8=; b=UCvusIVYIT1o4WgIdJS6PLdRjTuASdTNwJ6LmKnMw6/72+4k79UZ/3k1r18IdBVazK UNaFN6pob+n0Fb+K8d/vg10Lea0k2q8PZXU/gXE4M/7K7C+vFIjfz80kRng/muxjRbO+ lLIMWklcXf+8lkPnsR0jjxnxnVE44PfKxUqOUWmQD/M/7kF7h48uboqzMetw630jom28 nR2S1K24Mlx1uHF1QbhHIi82H6fVym3+PsRsd37aILIj0VY2R+Ej+YGQtCxpBKxDZX2+ yAGdYh57tzc5fKrHuyVAlodHp/vz0xQ/tLMjjLoYNk106GEereTiUQJoJDFgGNpS3DrB hRpQ==
X-Gm-Message-State AFeK/H3AuMjptQR4/9td08wa8dG3UFV72B+AzaYu53GYWN/8KwZh7Mf5DdIZmACKbkZgOuONLiaObTkUarurqw==
X-Received by 10.159.39.66 with SMTP id a60mr2005789uaa.28.1490987240282; Fri, 31 Mar 2017 12:07:20 -0700 (PDT)
MIME-Version 1.0
Content-Type text/plain; charset=UTF-8
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 21
Organization linux.* mail to news gateway
X-Original-Cc Hartmut Knaack <knaack.h@gmx.de>, Lars-Peter Clausen <lars@metafoo.de>, Peter Meerwald-Stadler <pmeerw@pmeerw.net>, linux-iio@vger.kernel.org, Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
X-Original-Date Sat, 1 Apr 2017 00:37:19 +0530
X-Original-Message-ID <CALrZqyPqPFKosrk_tunoC0WCv0vzXtTSL4+0U8nd=-9ANkyLXA@mail.gmail.com>
X-Original-References <1490978804-25549-1-git-send-email-singhalsimran0@gmail.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1614258

Show key headers only | View raw


Please ignore this Patch. As this patch is completely wrong due to
my lack of understanding.

On Fri, Mar 31, 2017 at 10:16 PM, simran singhal
<singhalsimran0@gmail.com> wrote:
> This patch-series removes commented code in afe440x.h and
> removes unused functions in afe4404.c and afe4403.c.
>
> simran singhal (3):
>   iio: health: afe440x: Remove code in comments
>   iio: health: afe4404: Remove all unused functions
>   iio: health: afe4403: Remove all unused functions
>
>  drivers/iio/health/afe4403.c | 51 --------------------------------------
>  drivers/iio/health/afe4404.c | 51 --------------------------------------
>  drivers/iio/health/afe440x.h | 58 --------------------------------------------
>  3 files changed, 160 deletions(-)
>
> --
> 2.7.4
>

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] iio: health: Clean up simran singhal <singhalsimran0@gmail.com> - 2017-03-31 18:50 +0200
  [PATCH 1/3] iio: health: afe440x: Remove code in comments simran singhal <singhalsimran0@gmail.com> - 2017-03-31 18:50 +0200
    Re: [PATCH 1/3] iio: health: afe440x: Remove code in comments Joe Perches <joe@perches.com> - 2017-03-31 20:40 +0200
      Re: [PATCH 1/3] iio: health: afe440x: Remove code in comments SIMRAN SINGHAL <singhalsimran0@gmail.com> - 2017-03-31 20:50 +0200
        Re: [PATCH 1/3] iio: health: afe440x: Remove code in comments Joe Perches <joe@perches.com> - 2017-03-31 21:00 +0200
          Re: [PATCH 1/3] iio: health: afe440x: Remove code in comments SIMRAN SINGHAL <singhalsimran0@gmail.com> - 2017-03-31 21:20 +0200
    Re: [PATCH 1/3] iio: health: afe440x: Remove code in comments kbuild test robot <lkp@intel.com> - 2017-04-02 07:30 +0200
  [PATCH 2/3] iio: health: afe4404: Remove all unused functions simran singhal <singhalsimran0@gmail.com> - 2017-03-31 18:50 +0200
  [PATCH 3/3] iio: health: afe4403: Remove all unused functions simran singhal <singhalsimran0@gmail.com> - 2017-03-31 18:50 +0200
  Re: [PATCH 0/3] iio: health: Clean up SIMRAN SINGHAL <singhalsimran0@gmail.com> - 2017-03-31 21:10 +0200

csiph-web