Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d469f841 authored by Milan Broz's avatar Milan Broz Committed by Alasdair G Kergon
Browse files

dm crypt: tidy whitespace



Clean up, convert some spaces to tabs.

No functional change here.

Signed-off-by: default avatarMilan Broz <mbroz@redhat.com>
Signed-off-by: default avatarAlasdair G Kergon <agk@redhat.com>
parent cabf08e4
Loading
Loading
Loading
Loading
+17 −17
Original line number Diff line number Diff line
@@ -321,8 +321,8 @@ crypt_convert_scatterlist(struct crypt_config *cc, struct scatterlist *out,
	return r;
}

static void
crypt_convert_init(struct crypt_config *cc, struct convert_context *ctx,
static void crypt_convert_init(struct crypt_config *cc,
			       struct convert_context *ctx,
			       struct bio *bio_out, struct bio *bio_in,
			       sector_t sector, int write)
{
@@ -785,8 +785,8 @@ static int crypt_ctr(struct dm_target *ti, unsigned int argc, char **argv)
		goto bad1;
	}

	if (snprintf(cc->cipher, CRYPTO_MAX_ALG_NAME, "%s(%s)", chainmode, 
		     cipher) >= CRYPTO_MAX_ALG_NAME) {
	if (snprintf(cc->cipher, CRYPTO_MAX_ALG_NAME, "%s(%s)",
		     chainmode, cipher) >= CRYPTO_MAX_ALG_NAME) {
		ti->error = "Chain mode + cipher name is too long";
		goto bad1;
	}