From 25f6586c92338bb405fc4cf9005b5fec51f4dfff Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 19 Jan 2019 14:15:23 -0600 Subject: [PATCH] Update some input parameter descriptions. --- drivers/lcd/tda19988.c | 3 ++- include/nuttx/lcd/tda19988.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/lcd/tda19988.c b/drivers/lcd/tda19988.c index 8b47b4f836..d3597130c1 100644 --- a/drivers/lcd/tda19988.c +++ b/drivers/lcd/tda19988.c @@ -1645,7 +1645,8 @@ static void tda19988_shutdown(FAR struct tda1988_dev_s *priv) * Create and register the the TDA19988 driver at 'devpath' * * Input Parameters: - * devpath - The location to register the TDA19988 driver instance + * devpath - The location to register the TDA19988 driver instance. The + * standard location would be a path like /dev/hdmi0. * lower - The interface to the the TDA19988 lower half driver. * * Returned Value: diff --git a/include/nuttx/lcd/tda19988.h b/include/nuttx/lcd/tda19988.h index a9c0c98c2c..8b77c00a62 100644 --- a/include/nuttx/lcd/tda19988.h +++ b/include/nuttx/lcd/tda19988.h @@ -173,7 +173,8 @@ extern "C" * Create and register the the TDA19988 driver at 'devpath' * * Input Parameters: - * devpath - The location to register the TDA19988 driver instance + * devpath - The location to register the TDA19988 driver instance. The + * standard location would be a path like /dev/hdmi0. * lower - The interface to the the TDA19988 lower half driver. * * Returned Value: