diff options
author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:58 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:58 +0000 |
commit | 031beb4e239bfce798af17f5fe8dba8bcaf13d99 (patch) | |
tree | 9ea9aabd7d69195e62f8265fdd2e60259bfef4d9 /sys/dev/mmc | |
parent | b1cfcffa89e66caedb84d6e92a92e3828bc08f04 (diff) |
sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Diffstat (limited to 'sys/dev/mmc')
-rw-r--r-- | sys/dev/mmc/mmc_pwrseq_if.m | 1 | ||||
-rw-r--r-- | sys/dev/mmc/mmcbr_if.m | 1 | ||||
-rw-r--r-- | sys/dev/mmc/mmcbus_if.m | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/mmc/mmc_pwrseq_if.m b/sys/dev/mmc/mmc_pwrseq_if.m index 60a8779d46da..f8c0a0e1c66f 100644 --- a/sys/dev/mmc/mmc_pwrseq_if.m +++ b/sys/dev/mmc/mmc_pwrseq_if.m @@ -24,7 +24,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ # INTERFACE mmc_pwrseq; diff --git a/sys/dev/mmc/mmcbr_if.m b/sys/dev/mmc/mmcbr_if.m index 72f712d75948..a93984606c84 100644 --- a/sys/dev/mmc/mmcbr_if.m +++ b/sys/dev/mmc/mmcbr_if.m @@ -49,7 +49,6 @@ # or the SD Card Association to disclose or distribute any technical # information, know-how or other confidential information to any third party. # -# $FreeBSD$ # #include <sys/types.h> diff --git a/sys/dev/mmc/mmcbus_if.m b/sys/dev/mmc/mmcbus_if.m index d3e6d7276ea8..99b3fb91dbfe 100644 --- a/sys/dev/mmc/mmcbus_if.m +++ b/sys/dev/mmc/mmcbus_if.m @@ -49,7 +49,6 @@ # or the SD Card Association to disclose or distribute any technical # information, know-how or other confidential information to any third party. # -# $FreeBSD$ # #include <sys/types.h> |