2009-11-18 15:56:39

by Janakiram Sistla

[permalink] [raw]
Subject: [PATCH 2/2] Adding kerneldoc entry for radio type GPS

From: Janakiram Sistla <[email protected]>

Adding kerneldoc entry for radio type GPS
Signed-off-by: Janakiram Sistla <[email protected]>
---
include/linux/rfkill.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/rfkill.h b/include/linux/rfkill.h
index d787d5f..212f555 100644
--- a/include/linux/rfkill.h
+++ b/include/linux/rfkill.h
@@ -36,6 +36,7 @@
* @RFKILL_TYPE_WIMAX: switch is on a WiMAX device.
* @RFKILL_TYPE_WWAN: switch is on a wireless WAN device.
* @RFKILL_TYPE_FM: switch is on a FM device.
+ * @RFKILL_TYPE_GPS: switch is on a GPS device.
* @NUM_RFKILL_TYPES: number of defined rfkill types
*/
enum rfkill_type {
--
1.5.4.3