Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: frontier: Fix typo in staging/frontier

Collect "be be" in dev_err messages.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Masanari Iida and committed by
Greg Kroah-Hartman
5764ded9 9f613601

+2 -2
+1 -1
drivers/staging/frontier/alphatrack.c
··· 586 586 } 587 587 588 588 if (dev->interrupt_out_endpoint == NULL) { 589 - dev_err(&dev->intf->dev, "Endpoint should not be be null!\n"); 589 + dev_err(&dev->intf->dev, "Endpoint should not be null!\n"); 590 590 goto unlock_exit; 591 591 } 592 592
+1 -1
drivers/staging/frontier/tranzport.c
··· 731 731 } 732 732 733 733 if (dev->interrupt_out_endpoint == NULL) { 734 - dev_err(&dev->intf->dev, "Endpoint should not be be null!\n"); 734 + dev_err(&dev->intf->dev, "Endpoint should not be null!\n"); 735 735 goto unlock_exit; 736 736 } 737 737