All of lore.kernel.org
 help / color / mirror / Atom feed
From: eric.long@linaro.org (Eric Long)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/2] Modify static defined and wrong parameter used.
Date: Mon, 25 Jan 2016 16:34:54 +0800	[thread overview]
Message-ID: <cover.1453708131.git.eric.long@linaro.org> (raw)

Both of the two patches optimize the code and remove the mistakes
and warnings detected by the check tools.

Changes since v1:
 - Adjust the patch by the changes not by the check tools.

Eric Long (2):
  coresight: "DEVICE_ATTR_RO" should defined as static.
  coresight: etm4x: Check every parameter used by dma_xx_coherent.

 drivers/hwtracing/coresight/coresight-etm4x.c |    2 +-
 drivers/hwtracing/coresight/coresight-tmc.c   |    6 +++---
 drivers/hwtracing/coresight/of_coresight.c    |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

-- 
1.7.9.5

WARNING: multiple messages have this Message-ID (diff)
From: Eric Long <eric.long@linaro.org>
To: mathieu.poirier@linaro.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Cc: baolin.wang@linaro.org, zhang.chunyan@linaro.org, eric.long@linaro.org
Subject: [PATCH v2 0/2] Modify static defined and wrong parameter used.
Date: Mon, 25 Jan 2016 16:34:54 +0800	[thread overview]
Message-ID: <cover.1453708131.git.eric.long@linaro.org> (raw)

Both of the two patches optimize the code and remove the mistakes
and warnings detected by the check tools.

Changes since v1:
 - Adjust the patch by the changes not by the check tools.

Eric Long (2):
  coresight: "DEVICE_ATTR_RO" should defined as static.
  coresight: etm4x: Check every parameter used by dma_xx_coherent.

 drivers/hwtracing/coresight/coresight-etm4x.c |    2 +-
 drivers/hwtracing/coresight/coresight-tmc.c   |    6 +++---
 drivers/hwtracing/coresight/of_coresight.c    |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

-- 
1.7.9.5

             reply	other threads:[~2016-01-25  8:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-25  8:34 Eric Long [this message]
2016-01-25  8:34 ` [PATCH v2 0/2] Modify static defined and wrong parameter used Eric Long
2016-01-25  8:34 ` [PATCH v2 1/2] coresight: "DEVICE_ATTR_RO" should defined as static Eric Long
2016-01-25  8:34   ` Eric Long
2016-01-25  8:34 ` [PATCH v2 2/2] coresight: etm4x: Check every parameter used by dma_xx_coherent Eric Long
2016-01-25  8:34   ` Eric Long
2016-01-25 17:06 ` [PATCH v2 0/2] Modify static defined and wrong parameter used Mathieu Poirier
2016-01-25 17:06   ` Mathieu Poirier

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=cover.1453708131.git.eric.long@linaro.org \
    --to=eric.long@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.