All of lore.kernel.org
 help / color / mirror / Atom feed
* REMOVE CODING STYLE WARNING
@ 2018-06-19 14:27 Kitone Elvis Peter
  2018-06-19 19:34 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Kitone Elvis Peter @ 2018-06-19 14:27 UTC (permalink / raw)
  To: axboe; +Cc: linux-block, linux-kernel

Added a license identifier for this file to remove the malformed
license warning. This will specify which license the file is
using.
---
 block/blk-stat.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/block/blk-stat.c b/block/blk-stat.c
index bd365a9..83220b9 100644
--- a/block/blk-stat.c
+++ b/block/blk-stat.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Block stat tracking code
  *
-- 
2.7.4

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

* Re: REMOVE CODING STYLE WARNING
  2018-06-19 14:27 REMOVE CODING STYLE WARNING Kitone Elvis Peter
@ 2018-06-19 19:34 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2018-06-19 19:34 UTC (permalink / raw)
  To: Kitone Elvis Peter; +Cc: linux-block, linux-kernel

On 6/19/18 8:27 AM, Kitone Elvis Peter wrote:
> Added a license identifier for this file to remove the malformed
> license warning. This will specify which license the file is
> using.

This is the third (and last) time I'll explain this. Go read

Documentation/process/submitting-patches.rst

and format your patches properly.

-- 
Jens Axboe

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

end of thread, other threads:[~2018-06-19 19:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-19 14:27 REMOVE CODING STYLE WARNING Kitone Elvis Peter
2018-06-19 19:34 ` Jens Axboe

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.