Unverified Commit 883c36a3 authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by Mark Brown
Browse files

spi: Change provied to provided in the file spi.h

parent c64e7efe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -622,7 +622,7 @@ struct spi_controller {

	/*
	 * These hooks are for drivers that use a generic implementation
	 * of transfer_one_message() provied by the core.
	 * of transfer_one_message() provided by the core.
	 */
	void (*set_cs)(struct spi_device *spi, bool enable);
	int (*transfer_one)(struct spi_controller *ctlr, struct spi_device *spi,