Skip to content

Commit f2b5f01

Browse files
committed
dmaengine: sdxi: Add missing SPDX strings
Signed-off-by: Nathan Lynch <nathan.lynch@amd.com>
1 parent 5f7896f commit f2b5f01

6 files changed

Lines changed: 6 additions & 0 deletions

File tree

drivers/dma/sdxi/admin.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
#include <linux/cleanup.h>
23
#include <linux/kernel.h>
34
#include <asm/processor.h>

drivers/dma/sdxi/admin.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
#ifndef DMA_SDXI_ADMIN_H
23
#define DMA_SDXI_ADMIN_H
34

drivers/dma/sdxi/completion.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
#include <linux/cleanup.h>
23
#include <linux/dma-mapping.h>
34
#include <linux/dmapool.h>

drivers/dma/sdxi/completion.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
#ifndef DMA_SDXI_COMPLETION_H
23
#define DMA_SDXI_COMPLETION_H
34

drivers/dma/sdxi/ring.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
#include <kunit/visibility.h>
23
#include <linux/io-64-nonatomic-lo-hi.h>
34
#include <linux/lockdep.h>

drivers/dma/sdxi/ring.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
#ifndef DMA_SDXI_RING_H
23
#define DMA_SDXI_RING_H
34

0 commit comments

Comments
 (0)