diff options
Diffstat (limited to 'fs/lockd/host.c')
-rw-r--r-- | fs/lockd/host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/lockd/host.c b/fs/lockd/host.c index 344e6b475e05..c8ab7d70390d 100644 --- a/fs/lockd/host.c +++ b/fs/lockd/host.c | |||
@@ -122,7 +122,7 @@ static void nlm_display_address(const struct sockaddr *sap, | |||
122 | snprintf(buf, len, NIPQUAD_FMT, | 122 | snprintf(buf, len, NIPQUAD_FMT, |
123 | NIPQUAD(sin6->sin6_addr.s6_addr32[3])); | 123 | NIPQUAD(sin6->sin6_addr.s6_addr32[3])); |
124 | else | 124 | else |
125 | snprintf(buf, len, "%p6", &sin6->sin6_addr); | 125 | snprintf(buf, len, "%pI6", &sin6->sin6_addr); |
126 | break; | 126 | break; |
127 | default: | 127 | default: |
128 | snprintf(buf, len, "unsupported address family"); | 128 | snprintf(buf, len, "unsupported address family"); |