diff options
| author | Matthew Giassa <matthew@giassa.net> | 2017-05-07 01:46:55 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-05-15 08:41:57 +0300 |
| commit | f8aad3595b21bd4964db2b482c66049376ddde56 (patch) | |
| tree | 721c38d750b7c6f5c4eb7a2f83c55d0ccb856fd0 | |
| parent | c8f1786531253fe014ff6315d243f2d8cb980cba (diff) | |
| download | linux-f8aad3595b21bd4964db2b482c66049376ddde56.tar.xz | |
staging: ccree: resolve columns over 80 chars in cc_hal.h
Modified comment to resolve 80+ characters warning from checkpatch. ie:
WARNING: line over 80 characters
Warnings no longer present after change.
Signed-off-by: Matthew Giassa <matthew@giassa.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | drivers/staging/ccree/cc_hal.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/staging/ccree/cc_hal.h b/drivers/staging/ccree/cc_hal.h index dd1c66d4878b..9b54c8007320 100644 --- a/drivers/staging/ccree/cc_hal.h +++ b/drivers/staging/ccree/cc_hal.h @@ -14,7 +14,9 @@ * along with this program; if not, see <http://www.gnu.org/licenses/>. */ -/* pseudo cc_hal.h for cc7x_perf_test_driver (to be able to include code from CC drivers) */ +/* pseudo cc_hal.h for cc7x_perf_test_driver (to be able to include code from + * CC drivers). + */ #ifndef __CC_HAL_H__ #define __CC_HAL_H__ |
