Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1667612 > unrolled thread

[PATCH] include: linux: mod_devicetable: Remove excess description from structured comment

Started bysayli karnik <karniksayli1995@gmail.com>
First post2017-06-16 12:20 +0200
Last post2017-06-16 12:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] include: linux: mod_devicetable: Remove excess description  from structured comment sayli karnik <karniksayli1995@gmail.com> - 2017-06-16 12:20 +0200

#1667612 — [PATCH] include: linux: mod_devicetable: Remove excess description from structured comment

Fromsayli karnik <karniksayli1995@gmail.com>
Date2017-06-16 12:20 +0200
Subject[PATCH] include: linux: mod_devicetable: Remove excess description from structured comment
Message-ID<tSWw9-78O-3@gated-at.bofh.it>
Remove excess member description to fix following warnings in sphinx
build:
Excess struct/union/enum/typedef member 'ver_major' description in
'fsl_mc_device_id'
Excess struct/union/enum/typedef member 'ver_minor' description in
'fsl_mc_device_id'

Signed-off-by: sayli karnik <karniksayli1995@gmail.com>
---
 include/linux/mod_devicetable.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h
index 566fda5..a746775 100644
--- a/include/linux/mod_devicetable.h
+++ b/include/linux/mod_devicetable.h
@@ -673,8 +673,6 @@ struct ulpi_device_id {
  * struct fsl_mc_device_id - MC object device identifier
  * @vendor: vendor ID
  * @obj_type: MC object type
- * @ver_major: MC object version major number
- * @ver_minor: MC object version minor number
  *
  * Type of entries in the "device Id" table for MC object devices supported by
  * a MC object device driver. The last entry of the table has vendor set to 0x0
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web