diff options
| author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-08-30 13:45:20 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-09-05 05:57:35 -0400 |
| commit | 9d5e27cbc117671959a9f625e51c754f5a0666e3 (patch) | |
| tree | 93e17e7188062a82e851e4112ca0732b9cea90de /include/uapi/linux/dvb | |
| parent | 8220ead805b6bab4ade2839857a198e9708b07de (diff) | |
media: dvb frontend docs: use kernel-doc documentation
Now that frontend.h contains most documentation for the frontend,
remove the duplicated information from Documentation/ and use the
kernel-doc auto-generated one instead.
That should simplify maintainership of DVB frontend uAPI, as most
of the documentation will stick with the header file.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'include/uapi/linux/dvb')
| -rw-r--r-- | include/uapi/linux/dvb/frontend.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/uapi/linux/dvb/frontend.h b/include/uapi/linux/dvb/frontend.h index 16a318fc469a..e7c29d0bdee4 100644 --- a/include/uapi/linux/dvb/frontend.h +++ b/include/uapi/linux/dvb/frontend.h | |||
| @@ -562,10 +562,10 @@ enum fe_pilot { | |||
| 562 | }; | 562 | }; |
| 563 | 563 | ||
| 564 | /** | 564 | /** |
| 565 | * enum fe_rolloff - Rolloff factor (also known as alpha) | 565 | * enum fe_rolloff - Rolloff factor |
| 566 | * @ROLLOFF_35: Roloff factor: 35% | 566 | * @ROLLOFF_35: Roloff factor: α=35% |
| 567 | * @ROLLOFF_20: Roloff factor: 20% | 567 | * @ROLLOFF_20: Roloff factor: α=20% |
| 568 | * @ROLLOFF_25: Roloff factor: 25% | 568 | * @ROLLOFF_25: Roloff factor: α=25% |
| 569 | * @ROLLOFF_AUTO: Auto-detect the roloff factor. | 569 | * @ROLLOFF_AUTO: Auto-detect the roloff factor. |
| 570 | * | 570 | * |
| 571 | * .. note: | 571 | * .. note: |
