From 982b8cc116118b3463d3f332581945625722acd8 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 09 Jan 2024 02:10:54 +0000 Subject: [PATCH] add poweroff command --- kernel/drivers/mfd/tps65912-spi.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/drivers/mfd/tps65912-spi.c b/kernel/drivers/mfd/tps65912-spi.c index f78be03..21a8d6a 100644 --- a/kernel/drivers/mfd/tps65912-spi.c +++ b/kernel/drivers/mfd/tps65912-spi.c @@ -1,7 +1,7 @@ /* * SPI access driver for TI TPS65912x PMICs * - * Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2015 Texas Instruments Incorporated - https://www.ti.com/ * Andrew F. Davis <afd@ti.com> * * This program is free software; you can redistribute it and/or -- Gitblit v1.6.2