Commit 958cb7d4 authored by Walt Feasel's avatar Walt Feasel Committed by Greg Kroah-Hartman

staging: speakup: spk_types.h Comment modifications

Make modifications to comment style
Signed-off-by: default avatarWalt Feasel <waltfeasel@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent be8431dc
#ifndef SPEAKUP_TYPES_H
#define SPEAKUP_TYPES_H
/*
* This file includes all of the typedefs and structs used in speakup.
*/
/* This file includes all of the typedefs and structs used in speakup. */
#include <linux/types.h>
#include <linux/fs.h>
......@@ -181,7 +179,7 @@ struct spk_synth {
struct attribute_group attributes;
};
/**
/*
* module_spk_synth() - Helper macro for registering a speakup driver
* @__spk_synth: spk_synth struct
* Helper macro for speakup drivers which do not do anything special in module
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment