diff options
| author | James Morris <james.l.morris@oracle.com> | 2015-01-14 19:30:54 -0500 |
|---|---|---|
| committer | James Morris <james.l.morris@oracle.com> | 2015-01-14 19:30:54 -0500 |
| commit | bb31f607a0900552926ebf9ef3d002d96a43f7cc (patch) | |
| tree | a6ae975240200606efa47fc0921f2a8f3d27af03 /lib/mpi/mpi-internal.h | |
| parent | a6391a924cf5a16761ccd6b45094a7d5b9aeebac (diff) | |
| parent | b9f918a31d629e99c9ca3d6ac2a2d7a905715c69 (diff) | |
Merge tag 'keys-next-fixes-20150114' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into next
Diffstat (limited to 'lib/mpi/mpi-internal.h')
| -rw-r--r-- | lib/mpi/mpi-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mpi/mpi-internal.h b/lib/mpi/mpi-internal.h index 60cf765628e9..c65dd1bff45a 100644 --- a/lib/mpi/mpi-internal.h +++ b/lib/mpi/mpi-internal.h | |||
| @@ -84,7 +84,7 @@ static inline int RESIZE_IF_NEEDED(MPI a, unsigned b) | |||
| 84 | do { \ | 84 | do { \ |
| 85 | mpi_size_t _i; \ | 85 | mpi_size_t _i; \ |
| 86 | for (_i = 0; _i < (n); _i++) \ | 86 | for (_i = 0; _i < (n); _i++) \ |
| 87 | (d)[_i] = (d)[_i]; \ | 87 | (d)[_i] = (s)[_i]; \ |
| 88 | } while (0) | 88 | } while (0) |
| 89 | 89 | ||
| 90 | #define MPN_COPY_DECR(d, s, n) \ | 90 | #define MPN_COPY_DECR(d, s, n) \ |
