linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] tools/find-api-violations: fix missing dirs in the directory list
@ 2017-01-25  5:28 Darrick J. Wong
  2017-01-25  5:41 ` Chandan Rajendra
  0 siblings, 1 reply; 2+ messages in thread
From: Darrick J. Wong @ 2017-01-25  5:28 UTC (permalink / raw)
  To: Eric Sandeen; +Cc: linux-xfs, Christoph Hellwig, chandan

Fix a stupid typo in the original commit.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
---
 tools/find-api-violations.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/find-api-violations.sh b/tools/find-api-violations.sh
index 7937749..c2be4c5 100755
--- a/tools/find-api-violations.sh
+++ b/tools/find-api-violations.sh
@@ -6,7 +6,7 @@
 
 # NOTE: This script doesn't look for API violations in function parameters.
 
-tool_dirs="copy db estimate fs fsck fsr growfs io mdrestore mkfs quota repair rtcp"
+tool_dirs="copy db estimate fsck fsr growfs io logprint mdrestore mkfs quota repair rtcp"
 
 # Calls to xfs_* functions in libxfs/*.c without the libxfs_ prefix
 find_possible_api_calls() {

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] tools/find-api-violations: fix missing dirs in the directory list
  2017-01-25  5:28 [PATCH v2] tools/find-api-violations: fix missing dirs in the directory list Darrick J. Wong
@ 2017-01-25  5:41 ` Chandan Rajendra
  0 siblings, 0 replies; 2+ messages in thread
From: Chandan Rajendra @ 2017-01-25  5:41 UTC (permalink / raw)
  To: Darrick J. Wong; +Cc: Eric Sandeen, linux-xfs, Christoph Hellwig

On Tuesday, January 24, 2017 09:28:52 PM Darrick J. Wong wrote:
> Fix a stupid typo in the original commit.
> 
> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
> ---
>  tools/find-api-violations.sh |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/find-api-violations.sh b/tools/find-api-violations.sh
> index 7937749..c2be4c5 100755
> --- a/tools/find-api-violations.sh
> +++ b/tools/find-api-violations.sh
> @@ -6,7 +6,7 @@
> 
>  # NOTE: This script doesn't look for API violations in function parameters.
> 
> -tool_dirs="copy db estimate fs fsck fsr growfs io mdrestore mkfs quota repair rtcp"
> +tool_dirs="copy db estimate fsck fsr growfs io logprint mdrestore mkfs quota repair rtcp"
> 
>  # Calls to xfs_* functions in libxfs/*.c without the libxfs_ prefix
>  find_possible_api_calls() {
> 

Looks good to me,

Reviewed-by: Chandan Rajendra <chandan@linux.vnet.ibm.com>

-- 
chandan


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-25  5:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-25  5:28 [PATCH v2] tools/find-api-violations: fix missing dirs in the directory list Darrick J. Wong
2017-01-25  5:41 ` Chandan Rajendra

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).