spi/atmel: typo in debug message

This patches a typo in the debug message.

Signed-off-by: Matthias Brugger <mensch0815@gmail.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>

authored by Matthias Brugger and committed by Grant Likely ee2007d2 ef6510ba

+1 -1
+1 -1
drivers/spi/atmel_spi.c
··· 679 679 bits = (asd->csr >> 4) & 0xf; 680 680 if (bits != xfer->bits_per_word - 8) { 681 681 dev_dbg(&spi->dev, "you can't yet change " 682 - "bit_per_word in transfers\n"); 682 + "bits_per_word in transfers\n"); 683 683 return -ENOPROTOOPT; 684 684 } 685 685 }