diff options
| author | Jonathan Sachs <jsachs@nvidia.com> | 2020-10-22 18:14:39 -0400 |
|---|---|---|
| committer | mobile promotions <svcmobile_promotions@nvidia.com> | 2020-11-02 19:08:55 -0500 |
| commit | bc2f7334f6c7c555345526e724a451e1984dcc57 (patch) | |
| tree | fdb046e9bd9ff808f7fef8c06ed26cee6e8b49ba /include | |
| parent | 5cf533e439445b74e2c78c9cf010c439491c1377 (diff) | |
[Docs] Correct @file directives
The @file directive line is broken in two, with @file on the
first line and the file description on the second. This reflects
the correct syntax for @file.
Bug 3053489
Signed-off-by: Jonathan Sachs <jsachs@nvidia.com>
Change-Id: Iba4e6a9714d943497deb9258b13b025da6334cb5
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2435329
Reviewed-by: automaticguardword <automaticguardword@nvidia.com>
Reviewed-by: Fonda Chu <fchu@nvidia.com>
Reviewed-by: Sudhir Vyas <svyas@nvidia.com>
Reviewed-by: Sachin Nikam <snikam@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'include')
| -rw-r--r-- | include/media/gmsl-link.h | 5 | ||||
| -rw-r--r-- | include/media/max9295.h | 5 | ||||
| -rw-r--r-- | include/media/max9296.h | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/include/media/gmsl-link.h b/include/media/gmsl-link.h index 4d565e951..1eab7bac9 100644 --- a/include/media/gmsl-link.h +++ b/include/media/gmsl-link.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /** | 1 | /* |
| 2 | * Copyright (c) 2018-2020, NVIDIA Corporation. All rights reserved. | 2 | * Copyright (c) 2018-2020, NVIDIA Corporation. All rights reserved. |
| 3 | * | 3 | * |
| 4 | * This program is free software; you can redistribute it and/or modify it | 4 | * This program is free software; you can redistribute it and/or modify it |
| @@ -15,7 +15,8 @@ | |||
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | /** | 17 | /** |
| 18 | * @file <b>GMSL API: Gigabit Multimedia Serial Link protocol</b> | 18 | * @file |
| 19 | * <b>GMSL API: Gigabit Multimedia Serial Link protocol</b> | ||
| 19 | * | 20 | * |
| 20 | * @b Description: Defines elements used to set up and use a GMSL link. | 21 | * @b Description: Defines elements used to set up and use a GMSL link. |
| 21 | */ | 22 | */ |
diff --git a/include/media/max9295.h b/include/media/max9295.h index c8ca6b589..4c7d95f78 100644 --- a/include/media/max9295.h +++ b/include/media/max9295.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /** | 1 | /* |
| 2 | * Copyright (c) 2018, NVIDIA Corporation. All rights reserved. | 2 | * Copyright (c) 2018, NVIDIA Corporation. All rights reserved. |
| 3 | * | 3 | * |
| 4 | * This program is free software; you can redistribute it and/or modify it | 4 | * This program is free software; you can redistribute it and/or modify it |
| @@ -15,7 +15,8 @@ | |||
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | /** | 17 | /** |
| 18 | * @file <b>MAX9295 API: For Maxim Integrated MAX9295 serializer.</b> | 18 | * @file |
| 19 | * <b>MAX9295 API: For Maxim Integrated MAX9295 serializer.</b> | ||
| 19 | * | 20 | * |
| 20 | * @b Description: Defines elements used to set up and use a | 21 | * @b Description: Defines elements used to set up and use a |
| 21 | * Maxim Integrated MAX9295 serializer. | 22 | * Maxim Integrated MAX9295 serializer. |
diff --git a/include/media/max9296.h b/include/media/max9296.h index d7ea6178d..1f050d4f5 100644 --- a/include/media/max9296.h +++ b/include/media/max9296.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /** | 1 | /* |
| 2 | * Copyright (c) 2018-2020, NVIDIA Corporation. All rights reserved. | 2 | * Copyright (c) 2018-2020, NVIDIA Corporation. All rights reserved. |
| 3 | * | 3 | * |
| 4 | * This program is free software; you can redistribute it and/or modify it | 4 | * This program is free software; you can redistribute it and/or modify it |
| @@ -15,7 +15,8 @@ | |||
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | /** | 17 | /** |
| 18 | * @file <b>MAX9296 API: For Maxim Integrated MAX9295 deserializer.</b> | 18 | * @file |
| 19 | * <b>MAX9296 API: For Maxim Integrated MAX9295 deserializer.</b> | ||
| 19 | * | 20 | * |
| 20 | * @b Description: Defines elements used to set up and use a | 21 | * @b Description: Defines elements used to set up and use a |
| 21 | * Maxim Integrated MAX9296 deserializer. | 22 | * Maxim Integrated MAX9296 deserializer. |
