Re: [PATCH] coresight: remove the extra spaces

2015-01-16 Thread Mathieu Poirier
On 15 January 2015 at 00:54, Kaixu Xia  wrote:
> There are some extra spaces, so just remove them from these lines.
>
> Signed-off-by: Kaixu Xia 
> ---
>  drivers/coresight/coresight-etb10.c | 2 +-
>  drivers/coresight/coresight.c   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/coresight/coresight-etb10.c 
> b/drivers/coresight/coresight-etb10.c
> index c922d4a..d0529b5 100644
> --- a/drivers/coresight/coresight-etb10.c
> +++ b/drivers/coresight/coresight-etb10.c
> @@ -454,7 +454,7 @@ static int etb_probe(struct amba_device *adev, const 
> struct amba_id *id)
> if (ret)
> return ret;
>
> -   drvdata->buffer_depth =  etb_get_buffer_depth(drvdata);
> +   drvdata->buffer_depth = etb_get_buffer_depth(drvdata);
> clk_disable_unprepare(drvdata->clk);
>
> if (drvdata->buffer_depth < 0)
> diff --git a/drivers/coresight/coresight.c b/drivers/coresight/coresight.c
> index 11968b7..0de0c39 100644
> --- a/drivers/coresight/coresight.c
> +++ b/drivers/coresight/coresight.c
> @@ -498,7 +498,7 @@ static int coresight_orphan_match(struct device *dev, 
> void *data)
>  * Circle throuch all the connection of that component.  If we find
>  * an orphan connection whose name matches @csdev, link it.
>  */
> -   for (i = 0; i < i_csdev->nr_outport; i++)   {
> +   for (i = 0; i < i_csdev->nr_outport; i++) {
> conn = _csdev->conns[i];
>
> /* We have found at least one orphan connection */
> --
> 1.8.5.5
>

Applied - thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] coresight: remove the extra spaces

2015-01-16 Thread Mathieu Poirier
On 15 January 2015 at 00:54, Kaixu Xia xiaka...@huawei.com wrote:
 There are some extra spaces, so just remove them from these lines.

 Signed-off-by: Kaixu Xia xiaka...@huawei.com
 ---
  drivers/coresight/coresight-etb10.c | 2 +-
  drivers/coresight/coresight.c   | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)

 diff --git a/drivers/coresight/coresight-etb10.c 
 b/drivers/coresight/coresight-etb10.c
 index c922d4a..d0529b5 100644
 --- a/drivers/coresight/coresight-etb10.c
 +++ b/drivers/coresight/coresight-etb10.c
 @@ -454,7 +454,7 @@ static int etb_probe(struct amba_device *adev, const 
 struct amba_id *id)
 if (ret)
 return ret;

 -   drvdata-buffer_depth =  etb_get_buffer_depth(drvdata);
 +   drvdata-buffer_depth = etb_get_buffer_depth(drvdata);
 clk_disable_unprepare(drvdata-clk);

 if (drvdata-buffer_depth  0)
 diff --git a/drivers/coresight/coresight.c b/drivers/coresight/coresight.c
 index 11968b7..0de0c39 100644
 --- a/drivers/coresight/coresight.c
 +++ b/drivers/coresight/coresight.c
 @@ -498,7 +498,7 @@ static int coresight_orphan_match(struct device *dev, 
 void *data)
  * Circle throuch all the connection of that component.  If we find
  * an orphan connection whose name matches @csdev, link it.
  */
 -   for (i = 0; i  i_csdev-nr_outport; i++)   {
 +   for (i = 0; i  i_csdev-nr_outport; i++) {
 conn = i_csdev-conns[i];

 /* We have found at least one orphan connection */
 --
 1.8.5.5


Applied - thanks.
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/