diff options
author | Marc Kleine-Budde <mkl@pengutronix.de> | 2019-07-24 14:16:29 +0200 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2019-08-13 17:32:19 +0200 |
commit | 147d9e9a67e118270bc83ea89cc989f7f1e4edea (patch) | |
tree | 084f6547f158d511741a3bf4dfa1355a6e715776 /net/can/af_can.h | |
parent | 3e994ff28f867a20ae0dd055a5e4a4a34aad9c3c (diff) |
can: af_can: convert block comments to network style comments
This patch converts all block comments to network subsystem style block
comments.
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'net/can/af_can.h')
-rw-r--r-- | net/can/af_can.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/can/af_can.h b/net/can/af_can.h index ef21f7c6bc80..41a45e3bc4a4 100644 --- a/net/can/af_can.h +++ b/net/can/af_can.h @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause) */ -/* - * Copyright (c) 2002-2007 Volkswagen Group Electronic Research +/* Copyright (c) 2002-2007 Volkswagen Group Electronic Research * All rights reserved. * * Redistribution and use in source and binary forms, with or without |