From d9984cf0f24860bc3a9d3c8f48d90a148827c5c6 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 31 Mar 2016 22:35:24 -0700 Subject: [PATCH] greybus: scripts: create subdir for checkpatch and spelling.txt They belong in a subdir. Signed-off-by: Greg Kroah-Hartman --- drivers/staging/greybus/{ => scripts}/checkpatch.pl | 0 drivers/staging/greybus/{ => scripts}/spelling.txt | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename drivers/staging/greybus/{ => scripts}/checkpatch.pl (100%) rename drivers/staging/greybus/{ => scripts}/spelling.txt (100%) diff --git a/drivers/staging/greybus/checkpatch.pl b/drivers/staging/greybus/scripts/checkpatch.pl similarity index 100% rename from drivers/staging/greybus/checkpatch.pl rename to drivers/staging/greybus/scripts/checkpatch.pl diff --git a/drivers/staging/greybus/spelling.txt b/drivers/staging/greybus/scripts/spelling.txt similarity index 100% rename from drivers/staging/greybus/spelling.txt rename to drivers/staging/greybus/scripts/spelling.txt -- 2.39.5