Call the libraries libraries rather than test programs. Signed-off-by: Sakari Ailus <sakari.ailus@xxxxxx> --- src/mediactl.c | 2 +- src/mediactl.h | 2 +- src/v4l2subdev.c | 2 +- src/v4l2subdev.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mediactl.c b/src/mediactl.c index dc5b022..a03c19a 100644 --- a/src/mediactl.c +++ b/src/mediactl.c @@ -1,5 +1,5 @@ /* - * Media controller test application + * Media controller interface library * * Copyright (C) 2010 Ideas on board SPRL <laurent.pinchart@xxxxxxxxxxxxxxxx> * diff --git a/src/mediactl.h b/src/mediactl.h index 5627cd7..9ebad9f 100644 --- a/src/mediactl.h +++ b/src/mediactl.h @@ -1,5 +1,5 @@ /* - * Media controller test application + * Media controller interface library * * Copyright (C) 2010 Ideas on board SPRL <laurent.pinchart@xxxxxxxxxxxxxxxx> * diff --git a/src/v4l2subdev.c b/src/v4l2subdev.c index 0b4793d..80365e6 100644 --- a/src/v4l2subdev.c +++ b/src/v4l2subdev.c @@ -1,5 +1,5 @@ /* - * Media controller test application + * V4L2 subdev interface library * * Copyright (C) 2010 Ideas on board SPRL <laurent.pinchart@xxxxxxxxxxxxxxxx> * diff --git a/src/v4l2subdev.h b/src/v4l2subdev.h index db85491..d9ab692 100644 --- a/src/v4l2subdev.h +++ b/src/v4l2subdev.h @@ -1,5 +1,5 @@ /* - * Media controller test application + * V4L2 subdev interface library * * Copyright (C) 2010 Ideas on board SPRL <laurent.pinchart@xxxxxxxxxxxxxxxx> * -- 1.7.2.5 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html