* [PATCH] iio: Remove trailing ; from function definitions
@ 2013-08-20 23:15 Peter Meerwald
2013-08-31 18:16 ` Jonathan Cameron
0 siblings, 1 reply; 2+ messages in thread
From: Peter Meerwald @ 2013-08-20 23:15 UTC (permalink / raw)
To: linux-iio; +Cc: Peter Meerwald
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
---
include/linux/iio/iio.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/include/linux/iio/iio.h b/include/linux/iio/iio.h
index 45a99ef..c8e94a8 100644
--- a/include/linux/iio/iio.h
+++ b/include/linux/iio/iio.h
@@ -458,7 +458,7 @@ static inline void iio_device_put(struct iio_dev *indio_dev)
{
if (indio_dev)
put_device(&indio_dev->dev);
-};
+}
/**
* dev_to_iio_dev() - Get IIO device struct from a device struct
@@ -565,7 +565,7 @@ static inline bool iio_buffer_enabled(struct iio_dev *indio_dev)
{
return indio_dev->currentmode
& (INDIO_BUFFER_TRIGGERED | INDIO_BUFFER_HARDWARE);
-};
+}
/**
* iio_get_debugfs_dentry() - helper function to get the debugfs_dentry
@@ -575,12 +575,12 @@ static inline bool iio_buffer_enabled(struct iio_dev *indio_dev)
static inline struct dentry *iio_get_debugfs_dentry(struct iio_dev *indio_dev)
{
return indio_dev->debugfs_dentry;
-};
+}
#else
static inline struct dentry *iio_get_debugfs_dentry(struct iio_dev *indio_dev)
{
return NULL;
-};
+}
#endif
int iio_str_to_fixpoint(const char *str, int fract_mult, int *integer,
--
1.8.3.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] iio: Remove trailing ; from function definitions
2013-08-20 23:15 [PATCH] iio: Remove trailing ; from function definitions Peter Meerwald
@ 2013-08-31 18:16 ` Jonathan Cameron
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2013-08-31 18:16 UTC (permalink / raw)
To: Peter Meerwald; +Cc: linux-iio
I thought we'd killed off all of these ages ago.
Good find and applied to iio.git togreg branch.
Our first patch for the 3.13 cycle.
On 08/21/13 00:15, Peter Meerwald wrote:
> Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
> ---
> include/linux/iio/iio.h | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/include/linux/iio/iio.h b/include/linux/iio/iio.h
> index 45a99ef..c8e94a8 100644
> --- a/include/linux/iio/iio.h
> +++ b/include/linux/iio/iio.h
> @@ -458,7 +458,7 @@ static inline void iio_device_put(struct iio_dev *indio_dev)
> {
> if (indio_dev)
> put_device(&indio_dev->dev);
> -};
> +}
>
> /**
> * dev_to_iio_dev() - Get IIO device struct from a device struct
> @@ -565,7 +565,7 @@ static inline bool iio_buffer_enabled(struct iio_dev *indio_dev)
> {
> return indio_dev->currentmode
> & (INDIO_BUFFER_TRIGGERED | INDIO_BUFFER_HARDWARE);
> -};
> +}
>
> /**
> * iio_get_debugfs_dentry() - helper function to get the debugfs_dentry
> @@ -575,12 +575,12 @@ static inline bool iio_buffer_enabled(struct iio_dev *indio_dev)
> static inline struct dentry *iio_get_debugfs_dentry(struct iio_dev *indio_dev)
> {
> return indio_dev->debugfs_dentry;
> -};
> +}
> #else
> static inline struct dentry *iio_get_debugfs_dentry(struct iio_dev *indio_dev)
> {
> return NULL;
> -};
> +}
> #endif
>
> int iio_str_to_fixpoint(const char *str, int fract_mult, int *integer,
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-08-31 17:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-20 23:15 [PATCH] iio: Remove trailing ; from function definitions Peter Meerwald
2013-08-31 18:16 ` Jonathan Cameron
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).