diff options
author | Pierre-Louis Bossart <[email protected]> | 2021-12-16 17:11:28 -0600 |
---|---|---|
committer | Takashi Iwai <[email protected]> | 2021-12-25 09:11:21 +0100 |
commit | 0f7e5ee62f4c24ca9db58351c86653cc3ee0bd0e (patch) | |
tree | 0f934d2450213545d74309261f72cdd5d5174ecc /drivers/usb/cdns3/cdns3-imx.c | |
parent | 12054f0ce8be7d2003ec068ab27c9eb608397b98 (diff) |
ALSA: HDA: hdac_ext_stream: use consistent prefixes for variables
The existing code maximizes confusion by using 'stream' and 'hstream'
variables of different types. Examples:
struct hdac_stream *stream;
struct hdac_ext_stream *stream;
struct hdac_stream *hstream;
struct hdac_ext_stream *hstream;
with some additional copy/paste remains:
struct hdac_ext_stream *azx_dev;
This patch suggests a consistent naming across all 'hdac_ext_stream'
functions. The convention is:
struct hdac_stream *hstream;
struct hdac_ext_stream *hext_stream;
No functionality change - just renaming of variables and more
consistent indentation.
Signed-off-by: Pierre-Louis Bossart <[email protected]>
Reviewed-by: Kai Vehmanen <[email protected]>
Reviewed-by: Rander Wang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-imx.c')
0 files changed, 0 insertions, 0 deletions