diff options
author | Coly Li <colyli@suse.de> | 2018-08-11 01:19:58 -0400 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-08-11 17:46:42 -0400 |
commit | 87418ef9f07ac6bc00af7992dc1ccd96da46cd68 (patch) | |
tree | 55df5c0eb7a03f7a89c798cd679e48ba12714992 | |
parent | b3cf37bfa1a48acd5620d7be3dea05a4f76d87fd (diff) |
bcache: add missing SPDX header
The SPDX header is missing fro closure.c, super.c and util.c, this
patch adds SPDX header for GPL-2.0 into these files.
Signed-off-by: Coly Li <colyli@suse.de>
Reviewed-by: Shenghui Wang <shhuiw@foxmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r-- | drivers/md/bcache/closure.c | 1 | ||||
-rw-r--r-- | drivers/md/bcache/super.c | 1 | ||||
-rw-r--r-- | drivers/md/bcache/util.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/drivers/md/bcache/closure.c b/drivers/md/bcache/closure.c index 034067e0e9ce..73f5319295bc 100644 --- a/drivers/md/bcache/closure.c +++ b/drivers/md/bcache/closure.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * Asynchronous refcounty things | 3 | * Asynchronous refcounty things |
3 | * | 4 | * |
diff --git a/drivers/md/bcache/super.c b/drivers/md/bcache/super.c index e3ecf08a10fc..e637d74e2908 100644 --- a/drivers/md/bcache/super.c +++ b/drivers/md/bcache/super.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * bcache setup/teardown code, and some metadata io - read a superblock and | 3 | * bcache setup/teardown code, and some metadata io - read a superblock and |
3 | * figure out what to do with it. | 4 | * figure out what to do with it. |
diff --git a/drivers/md/bcache/util.c b/drivers/md/bcache/util.c index 18016e7bb32c..e873b0f7a82a 100644 --- a/drivers/md/bcache/util.c +++ b/drivers/md/bcache/util.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * random utiility code, for bcache but in theory not specific to bcache | 3 | * random utiility code, for bcache but in theory not specific to bcache |
3 | * | 4 | * |