Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1457341 > unrolled thread

[PATCH 1/1] ASoc: simple-card-utils: add __printf attribute

Started byNicolas Iooss <nicolas.iooss_linux@m4x.org>
First post2016-08-06 22:40 +0200
Last post2016-08-06 22:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 1/1] ASoc: simple-card-utils: add __printf attribute Nicolas Iooss <nicolas.iooss_linux@m4x.org> - 2016-08-06 22:40 +0200

#1457341 — [PATCH 1/1] ASoc: simple-card-utils: add __printf attribute

FromNicolas Iooss <nicolas.iooss_linux@m4x.org>
Date2016-08-06 22:40 +0200
Subject[PATCH 1/1] ASoc: simple-card-utils: add __printf attribute
Message-ID<s3gxX-29J-15@gated-at.bofh.it>
asoc_simple_card_set_dailink_name() uses devm_kvasprintf() to format
some of its arguments.  Adding a __printf attribute to this function
makes it possible to detect at compile-time errors related to format
strings.

Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org>
---
 include/sound/simple_card_utils.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/sound/simple_card_utils.h b/include/sound/simple_card_utils.h
index 86088aed9002..3207b1a70d38 100644
--- a/include/sound/simple_card_utils.h
+++ b/include/sound/simple_card_utils.h
@@ -27,6 +27,7 @@ int asoc_simple_card_parse_daifmt(struct device *dev,
 				  struct device_node *codec,
 				  char *prefix,
 				  unsigned int *retfmt);
+__printf(3, 4)
 int asoc_simple_card_set_dailink_name(struct device *dev,
 				      struct snd_soc_dai_link *dai_link,
 				      const char *fmt, ...);
-- 
2.9.2

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web